Forums

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

When creating an automation rule, is there a way to setup multiple conditions as OR conditions

DAVID RODRIGUES July 28, 2023

When creating an automation rule, is there a way to setup multiple conditions as OR conditions versus the default AND conditions.

1 answer

1 accepted

1 vote
Answer accepted
Sayed Bares [ServiceRocket]
Community Champion
July 28, 2023

@DAVID RODRIGUES welcome to the community!

Yes with If/else block and choosing At least one condition matches option will change AND to an OR logic.

DAVID RODRIGUES August 4, 2023

I also discovered that I can setup a query and use it in a JQL Condition.  Here is an example

project = ProjectName AND issuetype in (Bug, "Test Case", "Change Request") AND ("Epic Link" is EMPTY OR affectedVersion is EMPTY OR Countries is EMPTY OR "Reporting Workstream" is EMPTY)

Suggest an answer

Log in or Sign up to answer