Skip to content

Commit 2b9e523

Browse files
davehuntleplatrem
andauthored
Update priority and severity for PCF project (#1207)
Co-authored-by: Mathieu Leplatre <[email protected]>
1 parent 2795afd commit 2b9e523

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/config.prod.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,20 +364,30 @@
364364
- maybe_assign_jira_user
365365
- maybe_update_issue_status
366366
- maybe_update_issue_resolution
367+
- maybe_update_issue_priority
368+
- maybe_update_issue_severity
367369
- sync_whiteboard_labels
368370
- sync_keywords_labels
369371
existing:
370372
- update_issue_summary
371373
- maybe_assign_jira_user
372374
- maybe_update_issue_status
373375
- maybe_update_issue_resolution
376+
- maybe_update_issue_priority
377+
- maybe_update_issue_severity
374378
- sync_whiteboard_labels
375379
- sync_keywords_labels
376380
- add_jira_comments_for_changes
377381
comment:
378382
- create_comment
379383
status_map: *basic-status-map
380384
resolution_map: *basic-resolution-map
385+
priority_map:
386+
P1: P1
387+
P2: P2
388+
P3: P3
389+
P4: P4
390+
P5: P5
381391

382392
- whiteboard_tag: proton
383393
bugzilla_user_id: tbd

0 commit comments

Comments
 (0)