I have a ton of resolutions built up over the years that are no longer valid. I want to delete those values from the resolution drop down, but want to know what that will do for the issues that used that resolution. Will it ask me to move those to a new resolution?
Thanks.
Your instincts are spot on. Jira will indeed ask you what to swap the issues to.
Hi @Joe Miller,
You will be able to delete the unrequired resolutions and you will see a screen to map the values from one resolution to another as shown below. As you see it will also show the number of issues which will get affected due to the change.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What happens if I just want to remove a resolution (or several) from a project using the workflow properties
jira.field.resolution.include
Does this cause problems for issues in the project that have resolutions that are now excluded from the project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
TLDR: No
The long version: That's a good question, and I don't think the docs really explain it at all. The shortest way to explain this is to say that "the properties are only read at run-time". This means that the property is passive, it's only read when an issue is going through the transition so that Jira can put the right list of resolutions on-screen for the user.
The property will have no effect on old issues. It will only kick in if you re-open and then re-resolve the issue - at that point, it wll demand you select from the currently available list, you won't be able to select the old excluded resolution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Nic. Always impressed by your concise, complete answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've removed one resolution value and Jira offered me the possibility to replace to another one. Whats happen if I have a workflow where is linked to the removed resolution value?
Best regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need to edit the workflow, finding the post-functions, conditions and validators that look at the resolution value and change them to the new one (or remove them)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Nic. Are there any way to find all the occurrences?
Best regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not an easy one. In the past, I've used Scriptrunner (server) to run over the workflows, or taken an xml backup and brute-force searched it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nick, do you know if it is possible to export all workflows in an XML or JSON format so I can see what exotic post functions and rules have been defined?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope, you have to export one at a time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you everyone! I can finally get some of this cleaned up.
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.