Hi community,
In order to avoid strikethrough issues in Jira I need to add a post-function for clearing Resolution field on Reopen transition to each workflow.
I have dozens of workflows so seeking for a general solution - may be via Behaviors (Script Runner)? I need to clear Resolution field on every Reopen transition throughout all projects & workflows. Will be happy to get tips. Thank you!
Behaviours can't do that.
Behaviours adjusts the behaviour of fields on-screen. So you have two problems with that idea.
Your post-function solution is what you should be doing, forget Behaviours.
As Nic said, post-functions is the way to go.
On the transitions that re-open your tickets, add the post-function to update Issue Field -> Resolution -> Set it to None.
The above will clear the resolution.
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.