diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml new file mode 100644 index 00000000..0ba1160c --- /dev/null +++ b/.github/.jira_sync_config.yaml @@ -0,0 +1,28 @@ +settings: + jira_project_key: "DOCPR" + epic_key: "DOCPR-2376" + components: + - Starter Pack + labels: + - "bug" + - "documentation" + - "enhancement" + - "improvement" + - "question" + status_mapping: + opened: Untriaged + closed: done + not_planned: rejected + # Adds a comment with the JIRA ID + add_gh_comment: true + # Reflect changes on JIRA + sync_description: true + # Comments are synced from Github to JIRA + # Nothing goes from JIRA to Github + sync_comments: true + label_mapping: + "bug": Bug + "documentation": Task + "enhancement": Task + "improvement": Task + "question": Spike