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 0818ecb commit f3b7c3eCopy full SHA for f3b7c3e
config/config.prod.yaml
@@ -436,6 +436,26 @@
436
parameters:
437
jira_project_key: SNG
438
labels_brackets: both
439
+ steps:
440
+ new:
441
+ - create_issue
442
+ - maybe_delete_duplicate
443
+ - add_link_to_bugzilla
444
+ - add_link_to_jira
445
+ - maybe_assign_jira_user
446
+ - maybe_update_issue_status
447
+ - maybe_update_issue_priority
448
+ - maybe_update_issue_severity
449
+ - maybe_update_issue_points
450
+ - sync_whiteboard_labels
451
+ existing:
452
+ - update_issue_summary
453
454
455
456
457
458
459
status_map:
460
UNCONFIRMED: Backlog
461
NEW: To Do
0 commit comments