Some issues in a JIRA instance I work with have a custom type value and show up with status being 'Closed' while the resolution is still Unresolved though. If I find all of them using a JQL query and attempt to mass edit them, I could not find a checkbox or pulldown menu for changing the Resolution from the interface of various possible changes to apply. Any idea how is that possible? I just want to make these closed tickets also resolved.
There is two parts to this question.
First, fixing the problem causing the empty resolution: Your workflow is missing something to set the resolution. If you look at the built-in default workflow, you will see that all transitions going from a status that means "this still needs attention" to a status meaning "done with this", they all go through a screen that includes the resolution field. This means the users always set a resolution. If you don't want a screen, you can use a post-function to set it instead. (You also want to clear it on "reopen" type transitions). Fix this first, to stop the problem spreading.
Second, the data that is now wrong. Bulk-edit is using the "edit" screen for the issues. The edit screen NEVER includes resolution because when the resolution is on screen, it gets set. If you have it on screen, then every edit will resolve the issue. Which is wrong. You have three options now:
Admin -> Workflows. It may be in the "inactive" section if you're not using it.
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.