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 5d201b8 commit eaa091fCopy full SHA for eaa091f
config/config.prod.yaml
@@ -437,6 +437,26 @@
437
parameters:
438
jira_project_key: SNG
439
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
455
456
457
458
459
460
status_map:
461
UNCONFIRMED: Backlog
462
NEW: To Do
0 commit comments