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