Skip to content

Commit c10bac1

Browse files
Update FXVPN2 config (#1166)
Update FXVPN2 sync rules Co-authored-by: Mathieu Leplatre <[email protected]>
1 parent 6be6859 commit c10bac1

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

config/config.prod.yaml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,5 +732,37 @@
732732
description: VPN Integration in Firefox
733733
parameters:
734734
jira_project_key: FXVPN2
735+
steps:
736+
new:
737+
- create_issue
738+
- maybe_delete_duplicate
739+
- add_link_to_bugzilla
740+
- add_link_to_jira
741+
- maybe_assign_jira_user
742+
- maybe_update_issue_status
743+
- maybe_update_issue_priority
744+
- maybe_update_issue_points
745+
- sync_whiteboard_labels
746+
existing:
747+
- update_issue_summary
748+
- maybe_assign_jira_user
749+
- maybe_update_issue_status
750+
- maybe_update_issue_priority
751+
- maybe_update_issue_points
752+
- sync_whiteboard_labels
735753
labels_brackets: both
736-
status_map: *basic-status-map
754+
status_map:
755+
UNCONFIRMED: Backlog
756+
NEW: Backlog
757+
ASSIGNED: In Progress
758+
REOPENED: In Progress
759+
RESOLVED: Done
760+
VERIFIED: Done
761+
FIXED: Done
762+
INVALID: Cancelled
763+
WONTFIX: Cancelled
764+
INACTIVE: Cancelled
765+
DUPLICATE: Cancelled
766+
WORKSFORME: Cancelled
767+
INCOMPLETE: Cancelled
768+
MOVED: Cancelled

0 commit comments

Comments
 (0)