Skip to content

Commit 61037ad

Browse files
Dexterp37davehunt
authored andcommitted
Add FOG Migration mirroring to JIRA (mozilla#1094)
This should look for bugs with the [fog-migration] whiteboard tag and mirror them to JIRA.
1 parent 212aecb commit 61037ad

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

config/config.prod.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,3 +671,30 @@
671671
enhancement: Story
672672
task: Task
673673
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+
- maybe_assign_jira_user
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

Comments
 (0)