You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
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.