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 7dc6bd9 commit db741a3Copy full SHA for db741a3
config/config.prod.yaml
@@ -689,10 +689,10 @@
689
- add_link_to_bugzilla
690
- add_link_to_jira
691
- maybe_assign_jira_user
692
+ - maybe_update_issue_resolution
693
- maybe_update_issue_status
694
existing:
695
- update_issue_summary
- - add_jira_comments_for_changes
696
697
- maybe_update_components
698
- maybe_update_issue_resolution
@@ -720,3 +720,12 @@
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