We are using JIRA 6.3.8 and I'd like to enforce the "Fix Version" field to be required field during a resolve workflow/screen ONLY IF the Resolution is set to Fixed. I'm able to force "Fix Version" to be a required field during the In progress -> Resolve Transition (using validation)... but I only want the "Fix Version" to be a required field if the user picks the Resolution "Fixed". Is this possible?
Hi Michael,
I ran into the same problem last year.
This was resolved by:
1) install script runner plugin
2) make a simple script validator with the following condition:
issue.resolution?.name != 'Fixed' || issue.fixVersions
Best,
Randy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this possible in Atlassian Cloud as well? I could not see an option to add Script condition even though i have suite plugin installed..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Vote for this:- https://jira.atlassian.com/browse/JRA-41352
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.