Forums

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

How can I exclude several stories with a specific label from the backlog of a specific board?

Zack Lindberg May 1, 2020

I have two boards in a single project and I would like to segregate the backlogs of these two boards. I have several stories for this new backlog that carry a certain label and they are present in the new board's backlog. These stories are also present on the other backlog as well and I am trying to write a query that retains everything in that backlog but removes those stories that carry this specific label. 

When I write a query to exclude stories that carry this label from the backlog, the query returns no results. 

example: 

project = "Project Name" AND issuetype in (Story,Bug) AND labels != Label Name ORDER BY Rank ASC

2 answers

0 votes
Ravi Sagar _Sparxsys_
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.
May 1, 2020

Hi @Zack Lindberg 

Where are you writing this JQL? Try it first in the Issue Navigator and then create a filer for it (and use that filter in your board.

BTW Labels can't have spaces.

I hope it helps.

Ravi

0 votes
John Funk
Community Champion
May 1, 2020

Hi Zack,

Try putting quotes around "Label Name"

Suggest an answer

Log in or Sign up to answer