Skip to content

Commit 6218585

Browse files
authored
Fix #525: OMC: configure issue type and status maps (#556)
Fix #525: configure issue type and status maps
1 parent 2968cc1 commit 6218585

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/config.prod.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@
226226
parameters:
227227
jira_project_key: OMC
228228
labels_brackets: both
229+
issue_type_map:
230+
defect: Task
231+
status_map:
232+
UNCONFIRMED: To Do
233+
NEW: To Do
229234

230235
- whiteboard_tag: prodtest
231236
bugzilla_user_id: 644672

0 commit comments

Comments
 (0)