Hello,
I am trying to create a swimlane query that contains an “OR” expression, but I am facing some difficulties.
The expression I want to use is: field1 = “big” or (field1 =“medium” and priority = “high”). However, when I save the query, the parentheses get removed and the expression becomes: field1 = “big” or filed1 =“medium” and priority = “high”. This changes the meaning of the expression and does not match what I intend to do.
Is there a way to define such a complex statement for a swimlane, using parentheses or some other syntax? For example, something like: (statement1 and statement2) or (statement3 and statement4).
I would appreciate any hints or suggestions on how to solve this problem.
Thank you.
Zoltán
This issue is known here: https://jira.atlassian.com/browse/JSWCLOUD-21414
It appears as Closed but it should be reopen.
The workaround is as follow for now:
Create separated filters and use it on the Swimlanes
You can try to contact support and mention this issue, they should reopen it for us.
I hope this helps.
Dam.
Thank you for the information.
Regards,
Zoltán
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Zoltan Lerner - Both the queries are same. There is no difference between field1 = “big” or (field1 =“medium” and priority = “high”) and field1 = “big” or filed1 =“medium” and priority = “high”. It will always give you the same result.
- Akash
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.