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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.