We have a workflow which provides 2 ways to mark an issue as "Done"
For the latter case there's no real need for a transition screen - just set the resolution to "Done". But for the former, where we are abandoning the issue, we use the standard "Resolve Issue Screen" and this offers a drop-down menu which includes choices for the Resolution of
Is it possible to restrict that menu so that it does not include "Done" and only allows user to choose one of
?
Hi!
Yes, there's a way to accomplish this.
You should set
jira.field.resolution.exclude
property on your status. To learn the resolution ID (which you should use in the property above) go to the
Issues > Resolutions
Find there the resolution you want to exclude, click "Edit". The number at the end of URL would be the resolution's ID.
Hope this helps.
Hi Greg, thanks for that tip.
One question: when you say "you should set the jira.field.resolution.exclude property on your status" - should that be on the start status of the transition ("In Progress") or on the end status of the transition ("Done")?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry, it's not status but transition property you should set.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding to this answer in case someone else (like me) comes looking
to exclude multiple resolutions -- add the ids as comma separated (no space)
In my case the list of resolutions I needed to exclude was longer than the include so I used the variable jira.field.resolution.include
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Whitni Smith can you pls provide of how you used it (the formula used), that would help me a bunch! Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I used the exact instructions provided by @Grigory Salnikov in setting properties for the transition status.
For me this was editing the properties for the resolved transition, in the property key I put in jira.field.resolution.include and then for the ID information, I used the method Grigory described and entered all of them in the field separated only by a comma
id1,id2,id3,etc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're always welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.