Hi,
I'm trying to figure out on a Scrum Board on how I can filter out tickets by a certain label.
I want tickets with a label of XYZ to not appear as they are on another Kanban board.
Any help appreciated,
Thank you
Hi @Jemima Duncalf , welcome to the community and thanks for your question.
You should be able to do this by modifying the filter for the Scrum board.
In the board settings, go to the General tab and then find the filter query for the board
Click on the link to 'Edit Filter Query' and add to the JQL
and labels not in
with the label you want to exclude.
Please test this and let us know if it works for you.
Cheers.
Hi @Jemima Duncalf welcome to the Atlassian Community!
If you want this filter to be permanent, it's best to edit the filter query used as Filter (see board settings) in the board.
Add AND (labels != label-you-want-to-exclude OR labels is EMPTY)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Jemima Duncalf
You can achieve this by changing board filter in the "Board settings" to:
project = YourProject and labels in (label1, label2, label3) order by created DESC
List all the labels you want to see on the board except 'XYZ'.
I hope this helps you.
Regards,
Mindaugas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jemima,
You can use the quick filter on the board and write the filter query with the "label ="XYZ"" and name it as you want to be shown so when you click on the quick filter the issues will be filtered out as required .
Hope this helps .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.