Skip to content

Commit 49b7459

Browse files
Dexterp37davehunt
authored andcommitted
Add a status mapping for FOG migration (mozilla#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 a76684a commit 49b7459

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
@@ -688,10 +688,10 @@
688688
- add_link_to_bugzilla
689689
- add_link_to_jira
690690
- maybe_assign_jira_user
691+
- maybe_update_issue_resolution
691692
- maybe_update_issue_status
692693
existing:
693694
- update_issue_summary
694-
- add_jira_comments_for_changes
695695
- maybe_assign_jira_user
696696
- maybe_update_components
697697
- maybe_update_issue_resolution
@@ -704,3 +704,27 @@
704704
enhancement: Story
705705
task: Task
706706
defect: Bug
707+
status_map:
708+
UNCONFIRMED: Backlog
709+
NEW: Backlog
710+
ASSIGNED: In Progress
711+
REOPENED: In Progress
712+
RESOLVED: Done
713+
VERIFIED: Done
714+
FIXED: Done
715+
INVALID: Done
716+
WONTFIX: Done
717+
INACTIVE: Done
718+
DUPLICATE: Done
719+
WORKSFORME: Done
720+
INCOMPLETE: Done
721+
MOVED: Done
722+
resolution_map:
723+
FIXED: Done
724+
INVALID: Invalid
725+
WONTFIX: "Won't Do"
726+
INACTIVE: Inactive
727+
DUPLICATE: Duplicate
728+
WORKSFORME: "Cannot Reproduce"
729+
INCOMPLETE: Incomplete
730+
MOVED: Moved

0 commit comments

Comments
 (0)