Skip to content

Commit 766af37

Browse files
authored
ci: update jira sync config (#1042)
Signed-off-by: Callahan Kovacs <[email protected]>
1 parent fab7fa9 commit 766af37

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/.jira_sync_config.yaml

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ settings:
22
components:
33
- Craft Parts
44
labels:
5-
- Triaged
5+
- "Status: Triaged"
66
# Adds a comment with the JIRA ID
77
add_gh_comment: true
88
# Reflect changes on JIRA
@@ -16,7 +16,11 @@ settings:
1616
opened: Triaged
1717
closed: done
1818
label_mapping:
19-
enhancement: Story
20-
bug: Bug
21-
spike: Spike
22-
epic: Epic
19+
"Type: Bug": Bug
20+
"Type: Cleanup": Task
21+
"Type: Documentation": Task
22+
"Type: Enhancement": Task
23+
"Type: Invalid": Task
24+
"Type: Question": Spike
25+
"Type: Refactor": Task
26+
"Type: Research": Spike

0 commit comments

Comments
 (0)