Skip to content

Commit ab2968d

Browse files
cbellinidavehunt
authored andcommitted
try adding support for status mapping (mozilla#1040)
1 parent e2463c5 commit ab2968d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config/config.prod.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,21 @@
436436
parameters:
437437
jira_project_key: SNG
438438
labels_brackets: both
439+
status_map:
440+
UNCONFIRMED: Backlog
441+
NEW: To Do
442+
ASSIGNED: In Progress
443+
REOPENED: In Progress
444+
RESOLVED: Done
445+
VERIFIED: Done
446+
FIXED: Done
447+
INVALID: Cancelled
448+
WONTFIX: Cancelled
449+
INACTIVE: Cancelled
450+
DUPLICATE: Cancelled
451+
WORKSFORME: Cancelled
452+
INCOMPLETE: Cancelled
453+
MOVED: Cancelled
439454

440455
- whiteboard_tag: sp3
441456
bugzilla_user_id: 396948

0 commit comments

Comments
 (0)