Hello everyone,
I am trying to figure out a scriptrunner script for the following validator.
If customfield A's value = Yes - Authorized Change then verify a linked issue is present.
Even more ideal would be if it could verify if the linked issue is from a certain project.
The few scripts I have tried have given false positives.
I have not been able to find anything else online to help me create this script unfortunately.
The following Jira expression should do the trick:
issue.customfield_xxxx?.value !='Yes - Internal Authorized Change' || issue.links.length !=0
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.
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.