Forums

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

JIRA Version filtering on backlog board

Milan
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!
July 25, 2018

Have a Scrum board and I am trying to filter the backlog to show tickets based on the status.

 

this is the query I have right now:

(issuetype = Task OR issuetype = Bug OR issuetype = Sub-task OR issuetype = Story) AND project != OPS ORDER BY cf[10011] ASC

 

Essentially I would like to view all tickets with the status Backlog to be shown on the Agile board backlog

1 answer

0 votes
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 8, 2018

Since moving issues from a backlog into any other status on a board can change their status, I think this is one example where using a quick filter could be helpful.   You likely don't want to use the statement

status=backlog

as your filter for the board, because moving those issues will cause them to disappear from the board.

But you could use that JQL statement as a Quick Filter and then toggle that filter to quickly see only those issues that match both the board filter and this quick filter.

Suggest an answer

Log in or Sign up to answer