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