diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml new file mode 100644 index 00000000..0d2e4e8a --- /dev/null +++ b/.github/.jira_sync_config.yaml @@ -0,0 +1,9 @@ +settings: + jira_project_key: UDENG + components: + - Flutter + labels: + - jira + status_mapping: + opened: Untriaged + closed: Done diff --git a/.github/workflows/sync-gh-jira.yaml b/.github/workflows/sync-gh-jira.yaml deleted file mode 100644 index 3a677e29..00000000 --- a/.github/workflows/sync-gh-jira.yaml +++ /dev/null @@ -1,12 +0,0 @@ -name: Sync GitHub issues to Jira -on: [issues, issue_comment] - -jobs: - sync-issues: - name: Sync issues to Jira - runs-on: ubuntu-latest - steps: - - uses: canonical/sync-issues-github-jira@v1 - with: - webhook-url: ${{ secrets.JIRA_WEBHOOK_URL }} - component: 'Flutter'