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'.
Can someone tell me which filter field I need?
Thanks,
Tom.
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.
Thank you. I did not realise that the board columns matched the task status.
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.