diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml new file mode 100644 index 0000000..acfec4b --- /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: + - cos-tool + - team-core + + add_gh_comment: false + sync_description: false + sync_comments: false + + label_mapping: + enhancement: Story \ No newline at end of file