Skip to content

Commit 0df5e76

Browse files
Add additional parameters to the FXCM project (#357)
* Update parameters steps and status_maps for fxcm * update parameters steps and status maps for fxcm on non-prod
1 parent 7dbec3a commit 0df5e76

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-1
lines changed

config/config.nonprod.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,40 @@
3333
FIXED: In Review
3434
REOPENED: In Progress
3535

36+
- whiteboard_tag: fxcm
37+
38+
description: Firefox Credential Management Team whiteboard tag
39+
enabled: true
40+
parameters:
41+
jira_project_key: FXCM
42+
steps:
43+
new:
44+
- create_issue
45+
- maybe_delete_duplicate
46+
- add_link_to_bugzilla
47+
- add_link_to_jira
48+
- maybe_assign_jira_user
49+
- maybe_update_issue_resolution
50+
- maybe_update_issue_status
51+
existing:
52+
- update_issue
53+
- maybe_assign_jira_user
54+
- maybe_update_issue_resolution
55+
- maybe_update_issue_status
56+
status_map:
57+
ASSIGNED: To Do
58+
REOPENED: To Do
59+
RESOLVED: Done
60+
VERIFIED: Done
61+
FIXED: Done
62+
INVALID: Done
63+
WONTFIX: Done
64+
INACTIVE: Done
65+
DUPLICATE: Done
66+
WORKSFORME: Done
67+
INCOMPLETE: Done
68+
MOVED: Done
69+
3670
- whiteboard_tag: fxdroid
3771
3872
description: Firefox Android Team Tag

config/config.prod.yaml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,38 @@
7979
jira_project_key: FXATPS
8080

8181
- whiteboard_tag: fxcm
82-
contact: tbd
82+
8383
description: Firefox Credential Management Team whiteboard tag
8484
enabled: true
8585
parameters:
8686
jira_project_key: FXCM
87+
steps:
88+
new:
89+
- create_issue
90+
- maybe_delete_duplicate
91+
- add_link_to_bugzilla
92+
- add_link_to_jira
93+
- maybe_assign_jira_user
94+
- maybe_update_issue_resolution
95+
- maybe_update_issue_status
96+
existing:
97+
- update_issue
98+
- maybe_assign_jira_user
99+
- maybe_update_issue_resolution
100+
- maybe_update_issue_status
101+
status_map:
102+
ASSIGNED: To Do
103+
REOPENED: To Do
104+
RESOLVED: Done
105+
VERIFIED: Done
106+
FIXED: Done
107+
INVALID: Done
108+
WONTFIX: Done
109+
INACTIVE: Done
110+
DUPLICATE: Done
111+
WORKSFORME: Done
112+
INCOMPLETE: Done
113+
MOVED: Done
87114

88115
- whiteboard_tag: fxdroid
89116

0 commit comments

Comments
 (0)