Skip to content

Commit 341a658

Browse files
ParkGyeongTaeReamer
authored andcommitted
[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 ![image](https://github.com/user-attachments/assets/fa226c93-2e32-474d-a000-07d7c2aa3ade) Before ![image](https://github.com/user-attachments/assets/01365989-e2bf-4a3a-b2d1-52a3b164a44b) After ![image](https://github.com/user-attachments/assets/e463b29b-a321-4c13-ada3-030757e11f9e) ### 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 <[email protected]>
1 parent 0eb10dd commit 341a658

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Mailing Lists:** [User and Dev mailing list](https://zeppelin.apache.org/community.html)<br/>
55
**Continuous Integration:** ![core](https://github.com/apache/zeppelin/workflows/core/badge.svg) ![frontend](https://github.com/apache/zeppelin/workflows/frontend/badge.svg) ![rat](https://github.com/apache/zeppelin/workflows/rat/badge.svg) <br/>
66
**Contributing:** [Contribution Guide](https://zeppelin.apache.org/contribution/contributions.html)<br/>
7-
**Issue Tracker:** [Jira](https://issues.apache.org/jira/browse/ZEPPELIN)<br/>
7+
**Issue Tracker:** [Jira](https://issues.apache.org/jira/projects/ZEPPELIN/issues/filter=allissues)<br/>
88
**License:** [Apache 2.0](https://github.com/apache/zeppelin/blob/master/LICENSE)
99

1010

zeppelin-web-angular/src/app/pages/workspace/home/home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3>Community</h3>
3333
Please feel free to help us to improve Zeppelin, <br/>
3434
Any contribution are welcome!<br/><br/>
3535
<a href="http://zeppelin.apache.org/community.html" target="_blank"><i nz-icon nzType="mail"></i> Mailing list</a><br/>
36-
<a href="https://issues.apache.org/jira/browse/ZEPPELIN" target="_blank"><i nz-icon nzType="exception"></i> Issues
36+
<a href="https://issues.apache.org/jira/projects/ZEPPELIN/issues/filter=allopenissues" target="_blank"><i nz-icon nzType="exception"></i> Issues
3737
tracking</a><br/>
3838
<a href="https://github.com/apache/zeppelin" target="_blank"><i nz-icon nzType="github"></i> Github</a>
3939
</div>

zeppelin-web/src/app/home/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h4>Community</h4>
6565
Any contribution are welcome!<br/><br/>
6666
<a style="text-decoration: none;" href="http://zeppelin.apache.org/community.html"
6767
target="_blank" rel="noopener noreferrer"><i style="font-size: 15px;" class="fa fa-users"></i> Mailing list</a><br/>
68-
<a style="text-decoration: none;" href="https://issues.apache.org/jira/browse/ZEPPELIN"
68+
<a style="text-decoration: none;" href="https://issues.apache.org/jira/projects/ZEPPELIN/issues/filter=allopenissues"
6969
target="_blank" rel="noopener noreferrer"><i style="font-size: 15px;" class="fa fa-bug"></i> Issues tracking</a><br/>
7070
<a style="text-decoration: none;" href="https://github.com/apache/zeppelin"
7171
target="_blank" rel="noopener noreferrer"><i style="font-size: 20px;" class="fa fa-github"></i> Github</a>

0 commit comments

Comments
 (0)