We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f41283 commit 8daff98Copy full SHA for 8daff98
config/config.prod.yaml
@@ -28,6 +28,7 @@
28
- add_link_to_jira
29
- maybe_assign_jira_user
30
- maybe_update_issue_status
31
+ - maybe_update_issue_resolution
32
- maybe_update_issue_priority
33
- maybe_update_issue_severity
34
- maybe_update_issue_points
@@ -36,6 +37,7 @@
36
37
- update_issue_summary
38
39
40
41
42
43
@@ -50,6 +52,7 @@
50
52
INCOMPLETE: Closed
51
53
WORKSFORME: Closed
54
REOPENED: In Progress
55
+ resolution_map: *basic-resolution-map
56
57
- whiteboard_tag: fxatps
58
bugzilla_user_id: tbd
0 commit comments