Skip to content

Commit

Permalink
Merge pull request #170 from nicolasbock/jira-integration-2
Browse files Browse the repository at this point in the history
Fine-tune Jira integration
  • Loading branch information
nicolasbock authored Jul 27, 2024
2 parents 18a9d45 + bb9d1e9 commit 85b5b6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/.jira_sync_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,3 +35,4 @@ settings:
# Bug
label_mapping:
enhancement: Story
bug: Story

0 comments on commit 85b5b6d

Please sign in to comment.