Skip to content

Commit 6b1bfa3

Browse files
[config] adding FXDROID config (#307)
* [config] adding FXDROID config * [config] update indent of FXDROID config
1 parent cd4faee commit 6b1bfa3

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
@@ -32,3 +32,40 @@
3232
ASSIGNED: In Progress
3333
FIXED: In Review
3434
REOPENED: In Progress
35+
36+
- whiteboard_tag: fxdroid
37+
38+
description: Firefox Android Team Tag
39+
enabled: true
40+
parameters:
41+
jira_project_key: FXDROID
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+
UNCONFIRMED: Backlog
58+
NEW: Backlog
59+
ASSIGNED: In Progress
60+
RESOLVED: Closed
61+
REOPENED: In Progress
62+
VERIFIED: Closed
63+
resolution_map:
64+
FIXED: Fixed
65+
INVALID: Won't Do
66+
WONTFIX: Won't Do
67+
INACTIVE: Won't Do
68+
DUPLICATE: Duplicate
69+
WORKSFORME: Cannot Reproduce
70+
INCOMPLETE: Won't Do
71+
MOVED: Duplicate

config/config.prod.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,43 @@
8585
parameters:
8686
jira_project_key: FXCM
8787

88+
- whiteboard_tag: fxdroid
89+
90+
description: Firefox Android Team Tag
91+
enabled: true
92+
parameters:
93+
jira_project_key: FXDROID
94+
steps:
95+
new:
96+
- create_issue
97+
- maybe_delete_duplicate
98+
- add_link_to_bugzilla
99+
- add_link_to_jira
100+
- maybe_assign_jira_user
101+
- maybe_update_issue_resolution
102+
- maybe_update_issue_status
103+
existing:
104+
- update_issue
105+
- maybe_assign_jira_user
106+
- maybe_update_issue_resolution
107+
- maybe_update_issue_status
108+
status_map:
109+
UNCONFIRMED: Backlog
110+
NEW: Backlog
111+
ASSIGNED: In Progress
112+
RESOLVED: Closed
113+
REOPENED: In Progress
114+
VERIFIED: Closed
115+
resolution_map:
116+
FIXED: Fixed
117+
INVALID: Won't Do
118+
WONTFIX: Won't Do
119+
INACTIVE: Won't Do
120+
DUPLICATE: Duplicate
121+
WORKSFORME: Cannot Reproduce
122+
INCOMPLETE: Won't Do
123+
MOVED: Duplicate
124+
88125
- whiteboard_tag: fxsync
89126
contact: tbd
90127
description: Firefox Sync Team whiteboard tag

0 commit comments

Comments
 (0)