When creating an automation rule, is there a way to setup multiple conditions as OR conditions versus the default AND conditions.
@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.
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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.