This is an automated email from the ASF dual-hosted git repository. pdallig pushed a commit to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.12 by this push: new 341a65860f [ZEPPELIN-6141] Update the link to the page where all issues are sorted 341a65860f is described below commit 341a65860fb95feb2ce4eebc0a449c1f98eeca91 Author: Gyeongtae Park <67095975+parkgyeong...@users.noreply.github.com> AuthorDate: Tue Nov 12 18:55:52 2024 +0900 [ZEPPELIN-6141] Update the link to the page where all issues are sorted ### What is this PR for? I recommend that clicking on Issues Tracking in the Zeppelin Web UI redirects to a page where all issues are sorted. ### What type of PR is it? Feature ### Todos * [x] - README.md * [x] - zeppelin-web-angular/src/app/pages/workspace/home/home.component.html * [x] - zeppelin-web/src/app/home/home.html ### What is the Jira issue? * https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-6141 ### How should this be tested? * Click Issues Tracking after build ### Screenshots (if appropriate) Zeppelin Web UI  Before  After  ### Questions: * Does the license files need to update? No. * Is there breaking changes for older versions? No. * Does this needs documentation? No. Closes #4890 from ParkGyeongTae/update-issues-tracking-link. Signed-off-by: Philipp Dallig <philipp.dal...@gmail.com> --- README.md | 2 +- zeppelin-web-angular/src/app/pages/workspace/home/home.component.html | 2 +- zeppelin-web/src/app/home/home.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb06651ab6..13a01d3529 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Mailing Lists:** [User and Dev mailing list](https://zeppelin.apache.org/community.html)<br/> **Continuous Integration:**    <br/> **Contributing:** [Contribution Guide](https://zeppelin.apache.org/contribution/contributions.html)<br/> -**Issue Tracker:** [Jira](https://issues.apache.org/jira/browse/ZEPPELIN)<br/> +**Issue Tracker:** [Jira](https://issues.apache.org/jira/projects/ZEPPELIN/issues/filter=allissues)<br/> **License:** [Apache 2.0](https://github.com/apache/zeppelin/blob/master/LICENSE) diff --git a/zeppelin-web-angular/src/app/pages/workspace/home/home.component.html b/zeppelin-web-angular/src/app/pages/workspace/home/home.component.html index 5a26044c97..e2e3c2ec64 100644 --- a/zeppelin-web-angular/src/app/pages/workspace/home/home.component.html +++ b/zeppelin-web-angular/src/app/pages/workspace/home/home.component.html @@ -33,7 +33,7 @@ Please feel free to help us to improve Zeppelin, <br/> Any contribution are welcome!<br/><br/> <a href="http://zeppelin.apache.org/community.html" target="_blank"><i nz-icon nzType="mail"></i> Mailing list</a><br/> - <a href="https://issues.apache.org/jira/browse/ZEPPELIN" target="_blank"><i nz-icon nzType="exception"></i> Issues + <a href="https://issues.apache.org/jira/projects/ZEPPELIN/issues/filter=allopenissues" target="_blank"><i nz-icon nzType="exception"></i> Issues tracking</a><br/> <a href="https://github.com/apache/zeppelin" target="_blank"><i nz-icon nzType="github"></i> Github</a> </div> diff --git a/zeppelin-web/src/app/home/home.html b/zeppelin-web/src/app/home/home.html index b34d07e7e4..ff950b2fe7 100644 --- a/zeppelin-web/src/app/home/home.html +++ b/zeppelin-web/src/app/home/home.html @@ -65,7 +65,7 @@ limitations under the License. Any contribution are welcome!<br/><br/> <a style="text-decoration: none;" href="http://zeppelin.apache.org/community.html" target="_blank" rel="noopener noreferrer"><i style="font-size: 15px;" class="fa fa-users"></i> Mailing list</a><br/> - <a style="text-decoration: none;" href="https://issues.apache.org/jira/browse/ZEPPELIN" + <a style="text-decoration: none;" href="https://issues.apache.org/jira/projects/ZEPPELIN/issues/filter=allopenissues" target="_blank" rel="noopener noreferrer"><i style="font-size: 15px;" class="fa fa-bug"></i> Issues tracking</a><br/> <a style="text-decoration: none;" href="https://github.com/apache/zeppelin" target="_blank" rel="noopener noreferrer"><i style="font-size: 20px;" class="fa fa-github"></i> Github</a>