Skip to content

Commit f1eb6c4

Browse files
Update FIDEFE config to set resolutions (#1165)
* Update FIDEFE config to set resolutions * Move the basic-resolution-map higher in the file
1 parent 0f41283 commit f1eb6c4

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

config/config.prod.yaml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- add_link_to_jira
2929
- maybe_assign_jira_user
3030
- maybe_update_issue_status
31+
- maybe_update_issue_resolution
3132
- maybe_update_issue_priority
3233
- maybe_update_issue_severity
3334
- maybe_update_issue_points
@@ -36,6 +37,7 @@
3637
- update_issue_summary
3738
- maybe_assign_jira_user
3839
- maybe_update_issue_status
40+
- maybe_update_issue_resolution
3941
- maybe_update_issue_priority
4042
- maybe_update_issue_severity
4143
- maybe_update_issue_points
@@ -50,6 +52,15 @@
5052
INCOMPLETE: Closed
5153
WORKSFORME: Closed
5254
REOPENED: In Progress
55+
resolution_map: &basic-resolution-map
56+
FIXED: Done
57+
INVALID: Invalid
58+
WONTFIX: "Won't Do"
59+
INACTIVE: Inactive
60+
DUPLICATE: Duplicate
61+
WORKSFORME: "Cannot Reproduce"
62+
INCOMPLETE: Incomplete
63+
MOVED: Moved
5364

5465
- whiteboard_tag: fxatps
5566
bugzilla_user_id: tbd
@@ -181,15 +192,7 @@
181192
WORKSFORME: Done
182193
INCOMPLETE: Done
183194
MOVED: Done
184-
resolution_map: &basic-resolution-map
185-
FIXED: Done
186-
INVALID: Invalid
187-
WONTFIX: "Won't Do"
188-
INACTIVE: Inactive
189-
DUPLICATE: Duplicate
190-
WORKSFORME: "Cannot Reproduce"
191-
INCOMPLETE: Incomplete
192-
MOVED: Moved
195+
resolution_map: *basic-resolution-map
193196

194197
- whiteboard_tag: fxsync
195198
bugzilla_user_id: 624105

0 commit comments

Comments
 (0)