Forums

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

How to setup email notification through Jira automation?

Siddharth Ramesh April 25, 2025

I am trying to set up an automated notification based on the following criteria

  • If a multiselect field has a value selected check if another field has value in it

In my case, I need to check if different field has value in it depending on the value that was selected in the multiselect field. And yes, more than one option is possible in my case.

So far I have tried setting up multiple if checks with JQL condition like below for each of the options in the multi select list

  • "Field[Select List (multiple choices)]" IN ("OptionX") AND "OptionX[Number]" IS NOT EMPTY

But either it is not doing all the checks before sending the notification and thus including issues that are not valid OR it is excluding valid issues because it is running through all of the if check.

I have also tried to use a FOR condition check but I cannot for the life of me figure out what condition to base it on.

1 answer

0 votes
Trudy Claspill
Community Champion
April 25, 2025

Hello @Siddharth Ramesh 

When asking for help with correctly an Automation Rule, it will help us help you more effectively if you provide screen images showing your entire rule and screen images showing the output of the rule's execution in the rule Audit Log.

If you simply used multiple IF conditions, then the first condition that does not pass would cause the rule to stop running. You need to use the IF/ELSE construct if you want logic such as:

If condition1 is true do X

Else check if condition2 is true and do Y in that case

Else check if condition3 is true and do Z in that case...

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events