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 688
688
- add_link_to_bugzilla
689
689
- add_link_to_jira
690
690
- maybe_assign_jira_user
691
+ - maybe_update_issue_resolution
691
692
- maybe_update_issue_status
692
693
existing :
693
694
- update_issue_summary
694
- - add_jira_comments_for_changes
695
695
- maybe_assign_jira_user
696
696
- maybe_update_components
697
697
- maybe_update_issue_resolution
704
704
enhancement : Story
705
705
task : Task
706
706
defect : Bug
707
+ status_map :
708
+ UNCONFIRMED : Backlog
709
+ NEW : Backlog
710
+ ASSIGNED : In Progress
711
+ REOPENED : In Progress
712
+ RESOLVED : Done
713
+ VERIFIED : Done
714
+ FIXED : Done
715
+ INVALID : Done
716
+ WONTFIX : Done
717
+ INACTIVE : Done
718
+ DUPLICATE : Done
719
+ WORKSFORME : Done
720
+ INCOMPLETE : Done
721
+ MOVED : Done
722
+ resolution_map :
723
+ FIXED : Done
724
+ INVALID : Invalid
725
+ WONTFIX : " Won't Do"
726
+ INACTIVE : Inactive
727
+ DUPLICATE : Duplicate
728
+ WORKSFORME : " Cannot Reproduce"
729
+ INCOMPLETE : Incomplete
730
+ MOVED : Moved
You can’t perform that action at this time.
0 commit comments