Skip to content

Switching fx-vpn to use the basic-status-map #1158

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 1 commit into from
Jul 1, 2025
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
10 changes: 1 addition & 9 deletions config/config.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -696,12 +696,4 @@
parameters:
jira_project_key: FXVPN2
labels_brackets: both
status_map:
ASSIGNED: In Progress
FIXED: Done
WONTFIX: Cancelled
DUPLICATE: Cancelled
INVALID: Cancelled
INCOMPLETE: Done
WORKSFORME: Cancelled
REOPENED: In Progress
status_map: *basic-status-map
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The *basic-status-map is defined as

status_map: &basic-status-map
UNCONFIRMED: Backlog
NEW: Backlog
ASSIGNED: In Progress
REOPENED: In Progress
RESOLVED: Done
VERIFIED: Done
FIXED: Done
INVALID: Done
WONTFIX: Done
INACTIVE: Done
DUPLICATE: Done
WORKSFORME: Done
INCOMPLETE: Done
MOVED: Done

Loading