Skip to content

Commit cfe8d31

Browse files
authored
Update fxsync in config.prod.yaml (#1001)
This should bring `fxsync` to a more fully-functional integration by adding `steps` and `status_map` keys.
1 parent 439f0b6 commit cfe8d31

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

config/config.prod.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,37 @@
196196
parameters:
197197
jira_project_key: SYNC
198198
labels_brackets: both
199+
steps:
200+
new:
201+
- create_issue
202+
- add_link_to_bugzilla
203+
- add_link_to_jira
204+
- sync_whiteboard_labels
205+
- sync_keywords_labels
206+
- maybe_assign_jira_user
207+
- maybe_delete_duplicate
208+
- maybe_update_issue_status
209+
existing:
210+
- update_issue_summary
211+
- maybe_assign_jira_user
212+
- maybe_update_issue_status
213+
comment:
214+
- create_comment
215+
status_map:
216+
UNCONFIRMED: New
217+
NEW: New
218+
ASSIGNED: In Progress
219+
REOPENED: In Progress
220+
RESOLVED: Done
221+
VERIFIED: Done
222+
FIXED: Done
223+
INVALID: Cancelled
224+
WONTFIX: Cancelled
225+
INACTIVE: Cancelled
226+
DUPLICATE: Cancelled
227+
WORKSFORME: Cancelled
228+
INCOMPLETE: Cancelled
229+
MOVED: Cancelled
199230

200231
- whiteboard_tag: disco
201232
bugzilla_user_id: 624105

0 commit comments

Comments
 (0)