From a9aa0039b3b1ffd25271216692c64bb1119e9fd5 Mon Sep 17 00:00:00 2001 From: Rene Pot Date: Tue, 18 Oct 2022 12:30:11 +0200 Subject: [PATCH] chore: updating jira links (#759) --- .github/workflows/comment-and-close.yml | 2 +- README.md | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/comment-and-close.yml b/.github/workflows/comment-and-close.yml index 6aa782a08..d4a98cbc6 100644 --- a/.github/workflows/comment-and-close.yml +++ b/.github/workflows/comment-and-close.yml @@ -8,6 +8,6 @@ jobs: steps: - uses: vardevs/candc@v1 with: - close-comment: 'If you would like to file a bug report or feature request, please refer to our issue tracker: https://jira.dhis2.org' + close-comment: 'If you would like to file a bug report or feature request, please refer to our issue tracker: https://dhis2.atlassian.net' exempt-users: dhis2-bot,dependabot,kodiakhq github-token: ${{secrets.DHIS2_BOT_GITHUB_TOKEN}} diff --git a/README.md b/README.md index 7c8a38803..bb7a66e7a 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,7 @@ See [platform.dhis2.nu](https://platform.dhis2.nu) for documentation. ## Report an issue -The issue tracker can be found in [DHIS2 JIRA](https://jira.dhis2.org) -under the [LIBS](https://jira.dhis2.org/projects/LIBS) project. +The issue tracker can be found in [DHIS2 JIRA](https://dhis2.atlassian.net) +under the [LIBS](https://dhis2.atlassian.net/browse/LIBS) project. -Deep links: - -- [Bug](https://jira.dhis2.org/secure/CreateIssueDetails!init.jspa?pid=10700&issuetype=10006&components=11025) -- [Feature](https://jira.dhis2.org/secure/CreateIssueDetails!init.jspa?pid=10700&issuetype=10300&components=11025) -- [Task](https://jira.dhis2.org/secure/CreateIssueDetails!init.jspa?pid=10700&issuetype=10003&components=11025) +To report an issue create a ticket using the proper type (bug, feature) depending on your use case. You can create a new ticket by clicking `Create` on top of JIRA, then proceed to select the `LIBS` project and then define the ticket type. Make sure to select `app-platform` components drop-down accordingly.