I want to create a quick filter in our jira project which will filter all our backlog items which DO NOT have the 'refined' label.
How do I create a quick filter search which shows all backlog items which do not have x filter?
Hi,
On your board go to "configure board". There you can add a quick filter.
Type in a name, and in the field JQL you can type labels != "refined".
Go back to your board and in the backlog you will see this quick filter
Thank you!!! So this search will filter all the backlog items WITHOUT the 'refined' label?
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 are missing items?
Can you do this: labels != "refined" or labels = empty
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.