I am trying to get an email sent out when I have a certain field value that is selected as Yes. Each time I test this I get either an error message or that the condition was false. My question is do I need to use the Custom Fields actual name (First Last Approval) or the actual value number. I get an error when I use the actual name and I get condition was false when using the value number.
cfValues['SomeCustomField'] == 'Some Value'
Hi Bryan,
Try cfValues['SomeCustomField'].value == 'Some Value'
See here for more info: https://answers.atlassian.com/questions/318424
It is radio buttons.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What kind of field is your custom field? It is necessary to know that in order to help with the script
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.