Skip to content

Commit bcf7df9

Browse files
authored
Prefix component with product on FXP and SP3 projects (#615)
* FXP: prefix components with bugzilla product * SP3: prefix components with bugzilla product
1 parent d289c50 commit bcf7df9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/config.prod.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
description: Performance Team
131131
parameters:
132132
jira_project_key: FXP
133+
jira_components:
134+
use_bug_component: false
135+
use_bug_component_with_product_prefix: true
133136
steps:
134137
new:
135138
- create_issue
@@ -264,6 +267,9 @@
264267
description: Speedometer 3
265268
parameters:
266269
jira_project_key: SP3
270+
jira_components:
271+
use_bug_component: false
272+
use_bug_component_with_product_prefix: true
267273
steps:
268274
new:
269275
- create_issue

0 commit comments

Comments
 (0)