Skip to content

Update FIDEFE config to set resolutions #1165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
21 changes: 12 additions & 9 deletions config/config.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- add_link_to_jira
- maybe_assign_jira_user
- maybe_update_issue_status
- maybe_update_issue_resolution
- maybe_update_issue_priority
- maybe_update_issue_severity
- maybe_update_issue_points
Expand All @@ -36,6 +37,7 @@
- update_issue_summary
- maybe_assign_jira_user
- maybe_update_issue_status
- maybe_update_issue_resolution
- maybe_update_issue_priority
- maybe_update_issue_severity
- maybe_update_issue_points
Expand All @@ -50,6 +52,15 @@
INCOMPLETE: Closed
WORKSFORME: Closed
REOPENED: In Progress
resolution_map: &basic-resolution-map
FIXED: Done
INVALID: Invalid
WONTFIX: "Won't Do"
INACTIVE: Inactive
DUPLICATE: Duplicate
WORKSFORME: "Cannot Reproduce"
INCOMPLETE: Incomplete
MOVED: Moved

- whiteboard_tag: fxatps
bugzilla_user_id: tbd
Expand Down Expand Up @@ -181,15 +192,7 @@
WORKSFORME: Done
INCOMPLETE: Done
MOVED: Done
resolution_map: &basic-resolution-map
FIXED: Done
INVALID: Invalid
WONTFIX: "Won't Do"
INACTIVE: Inactive
DUPLICATE: Duplicate
WORKSFORME: "Cannot Reproduce"
INCOMPLETE: Incomplete
MOVED: Moved
resolution_map: *basic-resolution-map

- whiteboard_tag: fxsync
bugzilla_user_id: 624105
Expand Down
Loading