Howdy,
I noticed that when I ran the My Open Issues filter, everything that showed up had a CLOSED status but was UNRESOLVED for Resolution. I poked around and added a Post something Function to update the Resolution field to Done when something goes to Closed. I think it's working although I really don't know what I'm doing.
So now my question is, is there a way to do a query and find every ticket that has a Status of Closed and set the Resolution to Done? We have hundreds if not thousands of tickets that are all unresolved instead of Done because I guess our workflow wasn't setup correctly.
Thanks.
Yes, just use JQL in the Advanced Search.
resolution = null AND status = Closed
More JQL capabilities: https://confluence.atlassian.com/jiracoreserver/advanced-searching-939937709.html
After that, add the resolution field (temporarily) to the Edit screen, and do a bulk change. Then remove the resolution field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Note that there is a default value of 1000 for the maximum number of items that can be bulk updated per transaction, so this may need to be done in batches if you do indeed have more than 1000 issues in such a situation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, I think I got it ready but how do I add the Resolution field? When I get to the Bulk Change screen, Change Resolution isn't one of the options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have to find the screens used on these various issues. You can do that from the projects' administration pages or from the screen pages at the global admin level.
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.