Skip to content

Commit f0922ed

Browse files
davehuntBryan Sieber
andauthored
[config] Adding FXP config for Performance team (#379)
* [config] Adding FXP config for Performance team * [fxp] minor formatting changes; update to steps--ongoing issue with resolution_map. --------- Co-authored-by: Bryan Sieber <[email protected]>
1 parent 3719db6 commit f0922ed

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

config/config.nonprod.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,40 @@
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+
FIXED: Done
129+
INVALID: Done
130+
WONTFIX: Won't Do
131+
INACTIVE: Done
132+
DUPLICATE: Duplicate
133+
WORKSFORME: Cannot Reproduce
134+
INCOMPLETE: Done
135+
MOVED: Done

config/config.prod.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,43 @@
139139
INCOMPLETE: Closed
140140
MOVED: Closed
141141

142+
- whiteboard_tag: fxp
143+
144+
description: Performance Team
145+
parameters:
146+
jira_project_key: FXP
147+
steps:
148+
new:
149+
- create_issue
150+
- maybe_delete_duplicate
151+
- add_link_to_bugzilla
152+
- add_link_to_jira
153+
- maybe_assign_jira_user
154+
- maybe_update_issue_resolution
155+
- maybe_update_issue_status
156+
existing:
157+
- update_issue
158+
- maybe_assign_jira_user
159+
- maybe_update_issue_resolution
160+
- maybe_update_issue_status
161+
comment:
162+
- create_comment
163+
status_map:
164+
UNCONFIRMED: Backlog
165+
NEW: Backlog
166+
ASSIGNED: In Progress
167+
REOPENED: In Progress
168+
RESOLVED: Done
169+
VERIFIED: Done
170+
FIXED: Done
171+
INVALID: Done
172+
WONTFIX: Won't Do
173+
INACTIVE: Done
174+
DUPLICATE: Duplicate
175+
WORKSFORME: Cannot Reproduce
176+
INCOMPLETE: Done
177+
MOVED: Done
178+
142179
- whiteboard_tag: fxsync
143180
contact: tbd
144181
description: Firefox Sync Team whiteboard tag

0 commit comments

Comments
 (0)