Skip to content

Commit

Permalink
ci: update .jira_sync_config.yaml
Browse files Browse the repository at this point in the history
- Lower case label names (root cause for everything being a marked as Bug)
- Only sync on "Triaged"
  • Loading branch information
sergiusens committed May 21, 2024
1 parent 0f0f35d commit 1acb5a1
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/.jira_sync_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ settings:
components:
- Craft Providers
labels:
- Bug
- Enhancement
- Spike
- Epic
- Triaged
# Adds a comment with the JIRA ID
add_gh_comment: true
# Reflect changes on JIRA
Expand All @@ -16,10 +13,10 @@ settings:
# epic_key: "MTC-296"
jira_project_key: "CRAFT"
status_mapping:
opened: Untriaged
opened: Triaged
closed: done
label_mapping:
Enhancement: Story
Bug: Bug
Spike: Spike
Epic: Epic
enhancement: Story
bug: Bug
spike: Spike
epic: Epic

0 comments on commit 1acb5a1

Please sign in to comment.