Hi,
I used a basic workflow when I started using JIRA. Then we customized our own workflow and implemented it to our projects. My problem is there are issues which are still UNRESOLVED but Completed. I believe it is probably that the issue was completed before we changed the workflow
My question, how can I edit all issues with STATUS as COMPLETED but the resolution is still UNRESOLVED. Id like to change the resolution to RESOLVED
This is for our proper monitoring of issues and projects
Below is the screenshot
It sounds like your workflow did not take account of the resolution field.
A workflow can be divided into two parts - not done status (usually the blue and yellow status) and done (usually the status that are green). When you move an issue from "not done" to "done", your workflow should either
When moving from "done" to "not done", it should simply clear the resolution.
Fix the workflow first, to stop the problem happening more, then pick one of the following approaches:
(1 and 2 can be done with bulk-edit when you've gotlots to do)
If you find that you cannot edit your Closed issues, you need to go into your workflow, click the Closed status, and then go to the properties tab.
There you should add (or edit existing) entry:
jira.issue.editable
And set the property value to
true
Once you have done this, you will be able to edit your resolution.
To cure the underlying problem, you need to ensure a resolution is entered. Make sure you add a resolution screen to your workflow with this field on it, so users can select a value on this transition.
Do NOT add Resolution to any other screens, as this can cause the field to be set on other transitions.
Take a look at ScriptRunner and JIRA Suite Utilities.
These have slightly different options for things like requiring Resolution on a specific resolution or setting one automatically.
Utilities is free, and quite handy, but ScriptRunner is the Swiss army knife of all things Jira, and I can't imagine administering JIRA without it.
If you had ScriptRunner, you would already be done with this problem, having used the built in "Bulk Fix Resolutions" to cure the problem without generating any issue change entries, or requiring much effort beyond saving a search for your issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
>Once you have done this, you will be able to edit your resolution.
No, you'll also need to add resolution to the edit screen. Then you'll be able to (bulk) edit it. But, if you do that, you're opening up the possibility that another user could break their issues just by editing. So if you're going to do this, you need to be certain that people will not be editing issues in the project, and remember to remove it from the edit screen later.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a Knowledge Base article which might help here:
"How to bulk edit resolution": https://confluence.atlassian.com/jirakb/howto-bulk-edit-resolution-321857142.html
Sam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should also fix your workflow, to make sure a resolution gets set when your issues go to 'Completed', as per Nic's answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Beverly,
is your workflow configured for changing issues in completed state? If yes, this is quite easy.
Search for all issues that are completed with an empty resolution:
status = completed and resolution is EMPTY
Then click on Tools -> Bulk change (top right of the screen)
There you can change the resolution for all issues in one step to resolved.
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.
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.