You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Need Help !!
To bulk change a number of unresolved issues across a number of projects.
I need to update is as follows:
Any issue that has a status of "Closed" and a resolution of "Unresolved"
Then
Update the resolution to "Completed"
Please suggest.
I know this is old but i had this issue and our process to resolve this is below. This has worked pretty well for us since we had over 1000 issues that were a status of Close but resolution of unresolved - frustrating when trying to report on closed issues with this case.
Caveat: resolved date and time is the Bulk update date and time so keep that in mind.
this accepted answer does not work.
If you try to add a transition in a workflow for "status 1" to "status 1" it responds with : "you cannot do this if youre in draft mode" .. so you stuck, because you need draft mode to add such a transition. So it seems Jira is broken ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @pooja chourasia,
you will need the 'Edit' and 'Resolve' permission on all the projects, where the issues are located.
Then JQL
status = "Closed" AND resolution is EMPTY
Then right upper area 'bulk change', you only see this, if you have the global permission 'bulk change'.
It is possible, that you can only change the first 1000 issues - it's a hard limit. Just repeat the steps to get all.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Thomas,
Thanks for the quick response,
and I can see 'bulk change' option.
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.
Can you pick one random issue and see if you could edit the resolution? (Not Bulk)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Normally, the Resolution should not be part of the Edit screen. So only performing a transition could lead to the desired outcome.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure, but when the user has a set of issue over many projects, I doubt that they all have the right transition which allows settung the resolution.
By checking the edit screen, we can just see if the user "can" set the resolution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Thomas,
I have added new transition and set resolution for it. It worked fine.
Thank You :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Don't forget to accept one or both answers, if they were useful to fix your problem.
Thanks
Thomas
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.
Hi,
Additionally to what Thomas wrote, you may have to adapt the used workflows to allow editing of closed issues if Edit is not available within bulk change.
In this case you have to check the workflow step properties, if they contain jira.issue.editable=false you have two possibilities.
Henning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Henning,
Thanks for the reply,
Workflow transition has true value for the property 'jira.issue.editable', still I am unable to see any option to change the resolution for issues.
Also unable to edit issues.
Could you please suggest.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think, even if you have edit permission for each issue in your list (in this case the Edit Issues bulk change step should be available), you will not be able to change the resolution because it's not available for bulk edit. Sorry, I didn't though about this before.
See here for possible solutions: https://confluence.atlassian.com/jirakb/howto-bulk-edit-resolution-321857142.html
Let me know if you have ScriptRunner available on your system and need some help with it.
Henning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Henning,
This link has the solution, I have successfully implemented it and also worked fine.
Thank You :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey, as an alternative, if you have global admin rights, you could setup a global automation to do the desired changes for you, example:
And once you are all set, execute the rule manually:
After that, I suggest disabling the rule, so it doesn't execute in the future by accident.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Genius...I did it on the project level, and this was much easier than exporting and importing
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.