Forums

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

JQL query for specific statuses and issue types in swimlanes

Warren Singzon
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!
March 6, 2018

I am trying to only display open tickets in my kanban board with specific issue types. Also I want only to show the last 3 days in the done/drop/complete/close/etc. column. But I want to separate swimlanes for Production Issue from Requests.

 

Here is my JQL query for my Production Issue swimlane:

(status != Dropped AND status != Closed AND status != Complete AND status != Done_a AND status != Done AND issuetype ="Production Issue") OR updated >= -3d ORDER BY Rank ASC

 

Another swimlane I have is another issue type like Bug.

 (status != Dropped AND status != Closed AND status != Complete AND status != Done_a AND status != Done AND issuetype = Request) OR updated >= -3d ORDER BY Rank ASC

Somehow this part of the query doesn't work - AND issuetype ="Production Issue"

 

Anything I missed?

 

 

1 answer

0 votes
Suhas P
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 Leaders.
March 6, 2018

I think you should swap AND and OR in the queries.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events