We are trialing JIRA and the final issue we are trying to work around is allowing an issue to be closed but not display the Fixed resolution as an option. We have a workflow transition to close a fixed issue, but I'm looking for a way to let anyone close an issue from any workflow state for other reasons (won't fix, duplicate, etc.) without letting Fixed be an option. Thanks!
If I get you right you can use transition properties to limit the resolutions:
Go to the transition in your workflow editor, edit the properties and add:
jira.resolution.exclude = <id> of fixed (probably 1)
Thanks Christian, that is exactly what I was looking for! JIRA didn't like the key you mentioned, but Google found a previous post (from yourself, amusingly!) that said to use jira.field.resolution.exclude as the key.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you require Fixed option but not visible to users or else you not at all require Fixed?
If you not at all require Fixed option, you can remove from Admin->Resolutions->{Delete Fixed option}
Otherwise you need to write some script to hide Fixed from users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wasn't able to resolve this issue per se, but I think I've mitigated it somewhat by making a resolution other than Fixed the default resolution and moved the Fixed resolution farther down the list of resolutions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.