Skip to content

Commit 6ae79ea

Browse files
authored
Add FOG Migration mirroring to JIRA (#1094)
This should look for bugs with the [fog-migration] whiteboard tag and mirror them to JIRA.
1 parent d7ad0af commit 6ae79ea

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
@@ -672,3 +672,30 @@
672672
enhancement: Story
673673
task: Task
674674
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+
- maybe_assign_jira_user
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

Comments
 (0)