Skip to content

Commit 8d1eae2

Browse files
authored
Add a status mapping for FOG migration (#1099)
* Add a status mapping for FOG migration Hopefully fixes this: https://mozilla-hub.atlassian.net/browse/DENG-7713?focusedCommentId=996276 * Add a resolution map
1 parent 1fbcb53 commit 8d1eae2

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

config/config.prod.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,10 +689,10 @@
689689
- add_link_to_bugzilla
690690
- add_link_to_jira
691691
- maybe_assign_jira_user
692+
- maybe_update_issue_resolution
692693
- maybe_update_issue_status
693694
existing:
694695
- update_issue_summary
695-
- add_jira_comments_for_changes
696696
- maybe_assign_jira_user
697697
- maybe_update_components
698698
- maybe_update_issue_resolution
@@ -705,3 +705,27 @@
705705
enhancement: Story
706706
task: Task
707707
defect: Bug
708+
status_map:
709+
UNCONFIRMED: Backlog
710+
NEW: Backlog
711+
ASSIGNED: In Progress
712+
REOPENED: In Progress
713+
RESOLVED: Done
714+
VERIFIED: Done
715+
FIXED: Done
716+
INVALID: Done
717+
WONTFIX: Done
718+
INACTIVE: Done
719+
DUPLICATE: Done
720+
WORKSFORME: Done
721+
INCOMPLETE: Done
722+
MOVED: Done
723+
resolution_map:
724+
FIXED: Done
725+
INVALID: Invalid
726+
WONTFIX: "Won't Do"
727+
INACTIVE: Inactive
728+
DUPLICATE: Duplicate
729+
WORKSFORME: "Cannot Reproduce"
730+
INCOMPLETE: Incomplete
731+
MOVED: Moved

0 commit comments

Comments
 (0)