From d001e75f88305fa80ba14d136c57aac7153f926b Mon Sep 17 00:00:00 2001 From: Sebastien Georget Date: Wed, 13 Aug 2025 12:16:08 +0200 Subject: [PATCH] Sync GitHub issues to Jira --- .github/.jira_sync_config.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/.jira_sync_config.yaml diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml new file mode 100644 index 0000000..f897418 --- /dev/null +++ b/.github/.jira_sync_config.yaml @@ -0,0 +1,16 @@ +# See https://github.com/canonical/gh-jira-sync-bot for config +settings: + jira_project_key: "ISD" + + status_mapping: + opened: Untriaged + closed: done + not_planned: rejected + + add_gh_comment: true + + epic_key: ISD-3981 + + label_mapping: + bug: Bug + enhancement: Story