1.

In JIRA, if you want to set precedence of operators i.e. you want JQL to follow your operators in a particular order then what would you do?

Answer»

You can use parentheses to ENFORCE the PRECEDENCE of the Boolean OPERATORS in your QUERY, i.e.

(status=resolved AND project=SysAdmin) OR assignee=bobsmith



Discussion

No Comment Found