Skip to content

Commit bb5ea09

Browse files
committed
include steps for new and existing tickets
1 parent 5d201b8 commit bb5ea09

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

config/config.prod.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,26 @@
437437
parameters:
438438
jira_project_key: SNG
439439
labels_brackets: both
440+
steps:
441+
new:
442+
- create_issue
443+
- maybe_delete_duplicate
444+
- add_link_to_bugzilla
445+
- add_link_to_jira
446+
- maybe_assign_jira_user
447+
- maybe_update_issue_status
448+
- maybe_update_issue_priority
449+
- maybe_update_issue_severity
450+
- maybe_update_issue_points
451+
- sync_whiteboard_labels
452+
existing:
453+
- update_issue_summary
454+
- maybe_assign_jira_user
455+
- maybe_update_issue_status
456+
- maybe_update_issue_priority
457+
- maybe_update_issue_severity
458+
- maybe_update_issue_points
459+
- sync_whiteboard_labels
440460
status_map:
441461
UNCONFIRMED: Backlog
442462
NEW: To Do

0 commit comments

Comments
 (0)