How do I use trigger condition A OR condition B?

Lucas Van De Graaff March 30, 2023

I am trying to run an automation in which the summary contains "A" OR "B" - does the condition allow for conditional logic?  I don't want to add another condition because that would be for the summary containing "A" AND "B", correct?

1 answer

1 vote
Ash Yadav - VMotion IT Solutions
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 30, 2023

Hi @Lucas Van De Graaff welcome to the Atlassian Community! 

 

You won't need another condition if use a JQL condition in your automation to check if the summary contains A OR B as the OR operator already provides conditional logic. 

 

For this purpose particularly, the following JQL should perform the required task: 

summary ~ "A" OR summary ~ "B"

 

Hope this helps.

 

Kind Regards, 

Ash

Suggest an answer

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

Atlassian Community Events