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 d7ad0af commit 6ae79eaCopy full SHA for 6ae79ea
config/config.prod.yaml
@@ -672,3 +672,30 @@
672
enhancement: Story
673
task: Task
674
defect: Bug
675
+
676
+- whiteboard_tag: fog-migration
677
+ bugzilla_user_id: 248036
678
+ description: FOG Migration
679
+ parameters:
680
+ jira_project_key: DENG
681
+ steps:
682
+ new:
683
+ - create_issue
684
+ - maybe_delete_duplicate
685
+ - add_link_to_bugzilla
686
+ - add_link_to_jira
687
+ - maybe_assign_jira_user
688
+ existing:
689
+ - update_issue_summary
690
+ - add_jira_comments_for_changes
691
692
+ - maybe_update_issue_resolution
693
+ - maybe_update_issue_status
694
+ - sync_keywords_labels
695
+ - sync_whiteboard_labels
696
+ comment:
697
+ - create_comment
698
+ issue_type_map:
699
+ enhancement: Story
700
+ task: Task
701
+ defect: Bug
0 commit comments