Skip to content

Commit 10a205d

Browse files
authored
Add uniffi to config.prod.yaml (#1149)
Before a reorg, the team working on UniFFI was having jbi sync things to the DISCO Jira project via the disco whiteboard tag. After that reorg, we would like to differentiate between things that sync to DISCO and things that should be UniFFI-specific. Those things should be able to sync to the UNIFFI Jira project. This patch adds support for a `uniffi` whiteboard entry to allow jbi to sync things to UNIFFI.
1 parent 60caf18 commit 10a205d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

config/config.prod.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,44 @@
229229
INCOMPLETE: Cancelled
230230
MOVED: Cancelled
231231

232+
- whiteboard_tag: uniffi
233+
bugzilla_user_id: 624105
234+
description: UniFFI project whiteboard tag
235+
parameters:
236+
jira_project_key: UNIFFI
237+
labels_brackets: both
238+
steps:
239+
new:
240+
- create_issue
241+
- add_link_to_bugzilla
242+
- add_link_to_jira
243+
- sync_whiteboard_labels
244+
- sync_keywords_labels
245+
- maybe_assign_jira_user
246+
- maybe_delete_duplicate
247+
- maybe_update_issue_status
248+
existing:
249+
- update_issue_summary
250+
- maybe_assign_jira_user
251+
- maybe_update_issue_status
252+
comment:
253+
- create_comment
254+
status_map:
255+
UNCONFIRMED: New
256+
NEW: New
257+
ASSIGNED: In Progress
258+
REOPENED: In Progress
259+
RESOLVED: Done
260+
VERIFIED: Done
261+
FIXED: Done
262+
INVALID: Cancelled
263+
WONTFIX: Cancelled
264+
INACTIVE: Cancelled
265+
DUPLICATE: Cancelled
266+
WORKSFORME: Cancelled
267+
INCOMPLETE: Cancelled
268+
MOVED: Cancelled
269+
232270
- whiteboard_tag: disco
233271
bugzilla_user_id: 624105
234272
description: DISCO whiteboard tag

0 commit comments

Comments
 (0)