Forums

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

How to remove specific Label from a Board

Liling Chen September 23, 2021

I have 2 boards in 1 project ("project_name").

2d board uses 1 specific Label (let's call that label "unique").

For my first board, which I don't have control over, we use this filter:

project = "project_name" ORDER BY Rank ASC

For my 2d board I use this filter:

project = "project_name" AND labels = "unique"

However, all my tickets from 2d board are showed on 1st board. Is there a way that I can expel labels = "unique" from duplicated on 1st board?

 

Thanks for your time!

1 answer

1 accepted

0 votes
Answer accepted
Martin Bayer _MoroSystems_ s_r_o__
Community Champion
September 23, 2021

Hi @Liling Chen sure, you can update your first query from

project = "project_name" ORDER BY Rank ASC

to

project = "project_name" AND (labels != unique OR labels is empty)  ORDER BY Rank ASC 
Liling Chen September 24, 2021

Thank you very much!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events