Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.