diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml new file mode 100644 index 0000000..114be8f --- /dev/null +++ b/.github/.jira_sync_config.yaml @@ -0,0 +1,17 @@ +settings: + jira_project_key: "OPENG" + status_mapping: + opened: Untriaged + closed: done + not_planned: rejected + + components: + - grafana + - team-core + + add_gh_comment: false + sync_description: false + sync_comments: false + + label_mapping: + "Type: Enhancement": Story diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml deleted file mode 100644 index 592c188..0000000 --- a/.github/workflows/issues.yaml +++ /dev/null @@ -1,10 +0,0 @@ -name: Issues - -on: [issues] - -jobs: - issues: - name: Update Issues - uses: canonical/observability/.github/workflows/issues.yaml@main - with: - component: grafana