Skip to content

Commit 6b5d532

Browse files
davehuntbsieber-mozilla
authored andcommitted
[config] Adding FXP config for Performance team
1 parent 3719db6 commit 6b5d532

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

config/config.nonprod.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,41 @@
9696
WORKSFORME: Closed
9797
INCOMPLETE: Closed
9898
MOVED: Closed
99+
100+
- whiteboard_tag: fxp
101+
102+
description: Performance Team
103+
parameters:
104+
jira_project_key: FXP
105+
steps:
106+
new:
107+
- create_issue
108+
- maybe_delete_duplicate
109+
- add_link_to_bugzilla
110+
- add_link_to_jira
111+
- maybe_assign_jira_user
112+
- maybe_update_issue_resolution
113+
- maybe_update_issue_status
114+
existing:
115+
- update_issue
116+
- maybe_assign_jira_user
117+
- maybe_update_issue_resolution
118+
- maybe_update_issue_status
119+
comment:
120+
- create_comment
121+
status_map:
122+
UNCONFIRMED: Backlog
123+
NEW: Backlog
124+
ASSIGNED: In Progress
125+
REOPENED: In Progress
126+
RESOLVED: Done
127+
VERIFIED: Done
128+
resolution_map:
129+
FIXED: Done
130+
INVALID: Done
131+
WONTFIX: "Won't Do"
132+
INACTIVE: Done
133+
DUPLICATE: Duplicate
134+
WORKSFORME: Cannot Reproduce
135+
INCOMPLETE: Done
136+
MOVED: Done

config/config.prod.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,41 @@
188188
description: Search/NewTab Team Tag
189189
parameters:
190190
jira_project_key: SNT
191+
192+
- whiteboard_tag: fxp
193+
194+
description: Performance Team
195+
parameters:
196+
jira_project_key: FXP
197+
steps:
198+
new:
199+
- create_issue
200+
- maybe_delete_duplicate
201+
- add_link_to_bugzilla
202+
- add_link_to_jira
203+
- maybe_assign_jira_user
204+
- maybe_update_issue_resolution
205+
- maybe_update_issue_status
206+
existing:
207+
- update_issue
208+
- maybe_assign_jira_user
209+
- maybe_update_issue_resolution
210+
- maybe_update_issue_status
211+
comment:
212+
- create_comment
213+
status_map:
214+
UNCONFIRMED: Backlog
215+
NEW: Backlog
216+
ASSIGNED: In Progress
217+
REOPENED: In Progress
218+
RESOLVED: Done
219+
VERIFIED: Done
220+
resolution_map:
221+
FIXED: Done
222+
INVALID: Done
223+
WONTFIX: "Won't Do"
224+
INACTIVE: Done
225+
DUPLICATE: Duplicate
226+
WORKSFORME: Cannot Reproduce
227+
INCOMPLETE: Done
228+
MOVED: Done

0 commit comments

Comments
 (0)