hi, I would like to check three different fields and only send an email if all three fields are set. What shoud the syntax be?
e.g. I have three different Approval Fields: Approval 1, Approval 2, Approval 3. I would like to check that all have a value.
I think this works for Apprvoval 1 but how do I include a check on Approval 2 and Approval 3?
{% if issue.fields['Approval 1'].value == "xyz" %}
{% set trigger = true %}
{% endif %}
{{ trigger }}
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.