How to make sure the 'Resolution' field stays on 'Unresolved' when an issue status transitions to from 'open' to 'closed'? Now it switches to 'Fixed' but the issue is not fixed. So we want to keep the field on 'unresolved' or give it a different name.
The status 'Closed' is used in 8 associated workflows.
Hi @Daniël Kroon ,
you can create other resolutions on your own and change the workflow of your projects, so that the user is able to select a resolution by herself / himself.
For defining resolutions, look here:
Then add the Resolve Issue Screen as transition screen to the closing transitions of your workflow.
Hey @Daniël Kroon
If I am understanding you correctly, your current workflow is making the transition go from "Unresolved" to "Fixed" when it is transitioned to closed status.
There are a couple of ways this can happen. When the user is transitioning the issues, a screen may appear and prompt them to set the resolution. There could also be a post function running after it is transitioned to set the resolution.
You can fix both of these problems by doing the following;
I hope this helps you. If you need any more help or this did not resolve your issue, let me know!
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.