The default was set to "Fixed" so when we edited an open issue, it was set to "Fixed" when really it's still open. I have since removed the default from the resolution screen. However, there are no instructions on how to change the Resolution back to "Unresolved."
How do I change my work item back to "Unresolved"? There is no 'blank' option in the drop down list for Resolution. How do I change this to "Unresolved"?
Without add-ons (e.g. ScriptRunner has a built in script to do it), you need to push the issues through a transition with a "clear resolution" post-function on it.
I ended up moving it back to "Open" and that changed the 'Resolution' value back to "Unresolved." That fixed it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So many answers on other threads that don't work but this is the one! I setup a move to backlog that clears the field and its exactly what I need on my workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Katherine,
JIRA applications by default will mark an issue as Unresolved when the Resolution field does not having any value on it.
Do check if there's any Workflow post function that change could potentially update the Resolution field, example:
Type: class
Class: com.atlassian.jira.workflow.function.issue.UpdateIssueFieldFunction
Arguments:
field.name = resolution
field.value = 10000
Hope this helps.
Regards,
Kelly
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.