File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 689
689
- add_link_to_bugzilla
690
690
- add_link_to_jira
691
691
- maybe_assign_jira_user
692
+ - maybe_update_issue_resolution
692
693
- maybe_update_issue_status
693
694
existing :
694
695
- update_issue_summary
695
- - add_jira_comments_for_changes
696
696
- maybe_assign_jira_user
697
697
- maybe_update_components
698
698
- maybe_update_issue_resolution
705
705
enhancement : Story
706
706
task : Task
707
707
defect : Bug
708
+ status_map :
709
+ UNCONFIRMED : Backlog
710
+ NEW : Backlog
711
+ ASSIGNED : In Progress
712
+ REOPENED : In Progress
713
+ RESOLVED : Done
714
+ VERIFIED : Done
715
+ FIXED : Done
716
+ INVALID : Done
717
+ WONTFIX : Done
718
+ INACTIVE : Done
719
+ DUPLICATE : Done
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
You can’t perform that action at this time.
0 commit comments