You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
How can I set resolution to "Done" in bulk . I have 100 tickets that are in my "Done" swim lane column that I want to set resolution in a bulk change. Thanks
Another option is to use automation and the scheduled trigger. Then trigger it on a JQL that selects all the issues that you need to set the resolution on. You can then manually run the trigger and disable it once you hav run it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @larias ,
Since they are already in the Done status, you will need to add a looping transition to the Done status. A looping transition is one that starts with itself and ends with itself. So in your case it goes from Done to Done. Give it a name so it is clear what it does.
Then add a post function in the new transition to set the Resolution.
I would add a condition so that others could not see it - maybe for the Group Administrators.
Then publish the workflow
Now you can do a bulk change with Transition to the looping transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@John Funk Won't going through a status transition, albeit a looping one, change the Resolution Date for the issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it will. But it is the only way to get the Resolution set.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Similar to what John is saying, you want to add a transition back into the same status, like this screenshot:
On that loop transition I have a screen that pops up that includes only the resolution field, so you can Update the resolution field without reopening the ticket. You can ONLY change the resolution field on transitions, so I would do this for all your workflows.
Once you have an "update resolution" transition you can use it in the bulk action to update the resolution.
You should also consider adding a post-function (the <-ALL transition) that automatically sets the resolution field when a ticket is transitioned into a closed state.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Calling all Confluence Cloud Admins! We created a new Community Group to support your unique needs as Confluence admins. This is a group where you can ask questions, access resou...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.