diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml index dd68f60..55648b8 100644 --- a/.github/.jira_sync_config.yaml +++ b/.github/.jira_sync_config.yaml @@ -14,12 +14,12 @@ settings: # (Optional) GitHub labels. Only issues with one of those labels will be # synchronized. If not specified, all issues will be synchronized - labels: - - github + # labels: + # - jira # (Optional) (Default: false) Add a new comment in GitHub with a link to Jira # created issue - add_gh_comment: false + add_gh_comment: true # (Optional) (Default: true) Synchronize issue description from GitHub to Jira sync_description: true @@ -35,3 +35,4 @@ settings: # Bug label_mapping: enhancement: Story + bug: Story