Hi.
I created issues with various labels. In the active sprint, I can see all the issues and I can filter with the standard buttons like "only my issues" or the "bubble" for the assignee.
What I would like to have here, is a possibility to view only issues with a certain label. Something like a dropdown field for labels, next to the existing "only my issues" button where I can click and then choose a label in the dropdown and then see only issues with that label. Is there a way of doing that?
Thanks.
Erwin
Hello @Erwin Emondt
Welcome to the community.
There is not an option to add a drop down for filtering on the scrum boards.
You can add Quick Filters, which are JQL based, but you would have to add a Quick Filter for each label.
Refer to: https://support.atlassian.com/jira-software-cloud/docs/configure-quick-filters/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must access the board configuration and click on Board Settings:
Then, you click on Quick Filters and include a JQL similar to the following (including the name of the label):
Labels = "Text label"
You will have created the quick filter for each of the labels that you have included in the JQL
I hope it helps you.
Greetings
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.