Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Need to send a custom email to Assignee if a checkbox condition is satisfied.

Aishwarya Rajan March 14, 2018

Hi,

 

I need to send out a custom email if a checkbox condition is satisfied i.e the value of a checkbox condition is changed from null to yes. I tried using this 

cfValues["custom_field_name"]?.getValue() != "Yes"

But its not working...I referred to the docs n links available online..but 

for multiselect it says:

cfValues['MyMultiSelect']*.value.contains("AAA")

 

But I have to send out the email if my check box is marked Yes and there is only one option.."Yes" and not multi-options.

 

Can I get any leads on this? TIA

 

1 answer

0 votes
Aishwarya Rajan March 14, 2018

I tried doing this

cfValues['customfield_10435']?.value == 'Yes'

But it says customfield_10435 is not recoginzed.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events