HI
I try to write validation that check that user entered linked issues if Resolution = Duplicate
this is the script I wrote but it note working
issue.resolution?.name != 'Duplicate' || cfValues['Linked Issues'] != null
Hello @Inna Litvak
And welcome to the community :)
Linked issues validating slightly different and cannot be validate by simple scripted condition. You need custom script validator.
Please check this article
Hope it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.