From ab16c02337c7c37d0227ba05925254a0d357c1c0 Mon Sep 17 00:00:00 2001 From: Luca Bello <36242061+lucabello@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:27:22 +0100 Subject: [PATCH] feat: migrate issue sync to bot (#84) --- .github/.jira_sync_config.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 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..c3ebd6d --- /dev/null +++ b/.github/.jira_sync_config.yaml @@ -0,0 +1,20 @@ +settings: + jira_project_key: "OPENG" + status_mapping: + opened: Untriaged + closed: done + not_planned: rejected + + components: + - grafana-agent + - team-core + + labels: + - 25.04 + + add_gh_comment: false + sync_description: false + sync_comments: false + + label_mapping: + "Type: Enhancement": Story