In a Scriptrunner simple scripted validator, I'd like to add a condition so that either the BA or the Project Manager field is populated. Both fields are single user fields.
I figured it out:
(cfValues['BA']*.name == null && cfValues['Project Manager']*.name == null ) ? false: true
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.