Skip to content

Commit d21aba9

Browse files
Iss 301 status and resolution map (#326)
[FXDROID] updating status_map with resolutions. One 'feature' of the 'maybe_update_issue_status' is to pull the bug.resolution before the bug.status--if resolution is not used, this is a bit confusing: resolution is used as status keys to jira workflows.
1 parent a28e06f commit d21aba9

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

config/config.nonprod.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@
5555
UNCONFIRMED: Backlog
5656
NEW: Backlog
5757
ASSIGNED: In Progress
58-
RESOLVED: Done
5958
REOPENED: In Progress
59+
RESOLVED: Done
6060
VERIFIED: Done
61+
FIXED: Done
62+
INVALID: Done
63+
WONTFIX: Done
64+
INACTIVE: Done
65+
DUPLICATE: Done
66+
WORKSFORME: Done
67+
INCOMPLETE: Done
68+
MOVED: Done

config/config.prod.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,17 @@
107107
UNCONFIRMED: Backlog
108108
NEW: Backlog
109109
ASSIGNED: In Progress
110-
RESOLVED: Done
111110
REOPENED: In Progress
111+
RESOLVED: Done
112112
VERIFIED: Done
113+
FIXED: Done
114+
INVALID: Done
115+
WONTFIX: Done
116+
INACTIVE: Done
117+
DUPLICATE: Done
118+
WORKSFORME: Done
119+
INCOMPLETE: Done
120+
MOVED: Done
113121

114122
- whiteboard_tag: fxsync
115123
contact: tbd

0 commit comments

Comments
 (0)