Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 84 additions & 0 deletions config/config.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -834,3 +834,87 @@
comment:
- create_comment
labels_brackets: both

- whiteboard_tag: bz-ffx-firefox
bugzilla_user_id: tbd
description: Bugs affecting Firefox components
parameters:
jira_project_key: BZFFX
jira_components:
set_custom_components:
- "Firefox"
steps:
new:
- create_issue
- maybe_delete_duplicate
- add_link_to_bugzilla
- add_link_to_jira
- sync_whiteboard_labels
- maybe_update_issue_status
- maybe_update_issue_resolution
existing:
- update_issue_summary
- add_jira_comments_for_changes
- sync_whiteboard_labels
- maybe_update_issue_status
- maybe_update_issue_resolution
comment:
- create_comment
status_map:
UNCONFIRMED: Backlog
NEW: Backlog
ASSIGNED: In Progress
REOPENED: Backlog
RESOLVED: Closed
VERIFIED: Closed
FIXED: Closed
INVALID: Closed
WONTFIX: Closed
INACTIVE: Closed
DUPLICATE: Duplicate
WORKSFORME: Closed
INCOMPLETE: Closed
MOVED: Closed
resolution_map: *basic-resolution-map

- whiteboard_tag: bz-ffx-core
bugzilla_user_id: tbd
description: Bugs affecting Core components
parameters:
jira_project_key: BZFFX
jira_components:
set_custom_components:
- "Core"
steps:
new:
- create_issue
- maybe_delete_duplicate
- add_link_to_bugzilla
- add_link_to_jira
- sync_whiteboard_labels
- maybe_update_issue_status
- maybe_update_issue_resolution
existing:
- update_issue_summary
- add_jira_comments_for_changes
- sync_whiteboard_labels
- maybe_update_issue_status
- maybe_update_issue_resolution
comment:
- create_comment
status_map:
UNCONFIRMED: Backlog
NEW: Backlog
ASSIGNED: In Progress
REOPENED: Backlog
RESOLVED: Closed
VERIFIED: Closed
FIXED: Closed
INVALID: Closed
WONTFIX: Closed
INACTIVE: Closed
DUPLICATE: Duplicate
WORKSFORME: Closed
INCOMPLETE: Closed
MOVED: Closed
resolution_map: *basic-resolution-map
Loading