Skip to content

Commit e902e22

Browse files
authored
Adding bz-ffx-core and bz-ffx-firefox actions for syncing Core and Firefox bugs to the BZFFX project (#1215)
* Adding bz-ffx-core and bz-ffx-firefox actions for syncing Core and Firefox bugs to the BZFFX project * Fixed lint errors * Fixed more lint errors * Remove extra newline
1 parent 9e123aa commit e902e22

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

config/config.prod.yaml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,3 +836,87 @@
836836
comment:
837837
- create_comment
838838
labels_brackets: both
839+
840+
- whiteboard_tag: bz-ffx-firefox
841+
bugzilla_user_id: tbd
842+
description: Bugs affecting Firefox components
843+
parameters:
844+
jira_project_key: BZFFX
845+
jira_components:
846+
set_custom_components:
847+
- "Firefox"
848+
steps:
849+
new:
850+
- create_issue
851+
- maybe_delete_duplicate
852+
- add_link_to_bugzilla
853+
- add_link_to_jira
854+
- sync_whiteboard_labels
855+
- maybe_update_issue_status
856+
- maybe_update_issue_resolution
857+
existing:
858+
- update_issue_summary
859+
- add_jira_comments_for_changes
860+
- sync_whiteboard_labels
861+
- maybe_update_issue_status
862+
- maybe_update_issue_resolution
863+
comment:
864+
- create_comment
865+
status_map:
866+
UNCONFIRMED: Backlog
867+
NEW: Backlog
868+
ASSIGNED: In Progress
869+
REOPENED: Backlog
870+
RESOLVED: Closed
871+
VERIFIED: Closed
872+
FIXED: Closed
873+
INVALID: Closed
874+
WONTFIX: Closed
875+
INACTIVE: Closed
876+
DUPLICATE: Duplicate
877+
WORKSFORME: Closed
878+
INCOMPLETE: Closed
879+
MOVED: Closed
880+
resolution_map: *basic-resolution-map
881+
882+
- whiteboard_tag: bz-ffx-core
883+
bugzilla_user_id: tbd
884+
description: Bugs affecting Core components
885+
parameters:
886+
jira_project_key: BZFFX
887+
jira_components:
888+
set_custom_components:
889+
- "Core"
890+
steps:
891+
new:
892+
- create_issue
893+
- maybe_delete_duplicate
894+
- add_link_to_bugzilla
895+
- add_link_to_jira
896+
- sync_whiteboard_labels
897+
- maybe_update_issue_status
898+
- maybe_update_issue_resolution
899+
existing:
900+
- update_issue_summary
901+
- add_jira_comments_for_changes
902+
- sync_whiteboard_labels
903+
- maybe_update_issue_status
904+
- maybe_update_issue_resolution
905+
comment:
906+
- create_comment
907+
status_map:
908+
UNCONFIRMED: Backlog
909+
NEW: Backlog
910+
ASSIGNED: In Progress
911+
REOPENED: Backlog
912+
RESOLVED: Closed
913+
VERIFIED: Closed
914+
FIXED: Closed
915+
INVALID: Closed
916+
WONTFIX: Closed
917+
INACTIVE: Closed
918+
DUPLICATE: Duplicate
919+
WORKSFORME: Closed
920+
INCOMPLETE: Closed
921+
MOVED: Closed
922+
resolution_map: *basic-resolution-map

0 commit comments

Comments
 (0)