The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Board Streamlanes JQL Filters

Steven Russell
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 16, 2020

How do you group AND statements so that you can have Swimlanes on Priority, Ticket Type, or a Label?

Currently working:
Screen Shot 2020-01-16 at 3.42.12 PM.png

 

If I update to below, all Swimlanes break:

Screen Shot 2020-01-16 at 3.46.05 PM.png

Why do the swimlanes not respect the additional AND statement?

Do they need to be grouped? 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
edwin vasquez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 16, 2020

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.

Steven Russell
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 22, 2020

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!