From 3bcb81ede013737c601169ee943ccf830e80048b Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Tue, 12 Nov 2024 16:46:43 +0100 Subject: [PATCH] migrate to issue bot --- .github/.jira_sync_config.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml index 0a7bab9..9b2f66b 100644 --- a/.github/.jira_sync_config.yaml +++ b/.github/.jira_sync_config.yaml @@ -14,4 +14,20 @@ settings: sync_comments: false label_mapping: - enhancement: Story \ No newline at end of file +settings: + jira_project_key: "OPENG" + status_mapping: + opened: Untriaged + closed: done + not_planned: rejected + + components: + - catalogue + - team-core + + add_gh_comment: false + sync_description: false + sync_comments: false + + label_mapping: + "Type: Enhancement": Story \ No newline at end of file