-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically map all statuses that have the same name in different l…
…ifecycles
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
758f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's maybe not a good idea. Having an empty map between lifecycles allows us to prevent moving tickets between those lifecycle which cannot always be achieved using acls.
758f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the interest of helping the most common case, we're trying to make this easier for what we think most people want to do. We can still allow a user to unset the automatic mappings to remove a mapping.
758f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand, I have one RT using an empty mapping for this purpose. Having it configurable could be nice in such case, but RT has already so many configurables options :(
758f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree that automatic mapping might be surprising, so I'm going to drop it.
Instead, I'm considering adding a button on Mappings page to help admins map such statuses easily.