Forums

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

Advanced JQL Search, Filter by Board Column

Thomas Radford June 6, 2019

Hello JIRA community,

I am configuring an advanced search using JQL, and I want to exclude tasks that are in the column named 'Backlog' on my project board. I have had a look through the search field reference, but I cannot find anything relating to the 'column'.

https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-fields-reference-764478339.html

Can someone tell me which filter field I need?

Thanks,

Tom.

 

1 answer

1 accepted

1 vote
Answer accepted
Jack Brickey
Community Champion
June 6, 2019

Hi Thomas! You need to determine the status(es) that make up the backlog. You can do this via board settings > columns. Once you know this your JQL would include

AND status not in (a,b,...)

where a, b,... represents the status(es) in the column.

Thomas Radford June 10, 2019

Thank you. I did not realise that the board columns matched the task status.

Suggest an answer

Log in or Sign up to answer