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
Community moderators have prevented the ability to post new answers.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.