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.
nonprodtest
1 parent 4582e2e commit 544fceeCopy full SHA for 544fcee
config/config.nonprod.yaml
@@ -6,6 +6,27 @@
6
parameters:
7
jira_project_key: JB
8
labels_brackets: both
9
+ steps:
10
+ new:
11
+ - create_issue
12
+ - maybe_delete_duplicate
13
+ - maybe_update_components
14
+ - add_link_to_bugzilla
15
+ - add_link_to_jira
16
+ - maybe_assign_jira_user
17
+ - maybe_update_issue_resolution
18
+ - maybe_update_issue_status
19
+ - sync_whiteboard_labels
20
+ - sync_keywords_labels
21
+ existing:
22
+ - update_issue_summary
23
24
25
26
27
28
+ comment:
29
+ - create_comment
30
31
- whiteboard_tag: fxcm
32
bugzilla_user_id: tbd
0 commit comments