How do you group AND statements so that you can have Swimlanes on Priority, Ticket Type, or a Label?
Currently working:
If I update to below, all Swimlanes break:
Why do the swimlanes not respect the additional AND statement?
Do they need to be grouped?
Community moderators have prevented the ability to post new answers.
Hello Steven!
Welcome to the community. I did some testing myself and it respect the AND statement. I would suggest grouping them and see if that resolves your issue.
Is there a specific one of those swimlanes that breaks?
High Priority :
priority in (High (critical),critical,major) and issuetype != "internal Training Request" and labels != 1
Normal
priority in (low (minor),Minor, Normal) and issuetype != "internal Training Request" and labels != 1
Hope this answers your question, if not let me know.
For whatever reason, it just doesnt like Labels. The grouping helped. However it doesnt fix the same issue.
Tried a group and OR statement for the Ticket type and Label, however that appears to revert back to the original streams.
priority in ("High (Critical)", Critical, Major) AND (issuetype != "Internal Training Request" OR labels != AllCloud)
Perhaps its not a supported filter condition?
Thanks for the help!
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.