Hi,
I need the reporter of an issue to input only in ONE out of 3 fields.
That will mean that one of those three fields must be filled.
Can someone help me with the script?
Thanks
Hi, @Lorena Villafruela !
Welcome to the Community!
What apps do you use to scripting? Is it groovy or SIL script?
groovy
I put this script but it not working. I cant create the ticket in this case
Can you please help?
Thanks
cfValues['Custom field 1']?.value !=null 'OR' cfValues['Custom field 2']?.value != null 'OR' cfValues['Custom field 3']?.value != null
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to use a Validator (Behavior). I believe you need to use an app to achieve the same.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks Gabriela
I was using a validator, but i need only one of the fields to be filled. I cant have the 3 of them filled
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.