How can I exclude certain labels when creating a filter?

Ryan Pautler April 1, 2015
 

1 answer

0 votes
Udo Brand
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.
April 1, 2015

use

labels != 'YourLabel' OR labels is EMPTY
Ryan Pautler April 1, 2015

Hi @Udo Brand thank you for this. When using this JQL it seems to Include those labels.

Udo Brand
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.
April 1, 2015

It shouldn't. No issue will be shown that have that label 'YourLabel'. Can you show your query?

Ryan Pautler April 1, 2015

project = PROD AND issuetype in (standardIssueTypes(), subTaskIssueTypes(), "Production Ticket", Sub-task) AND status in (Open, "In Progress", Reopened, Resolved, Closed) AND "Pending Release Date" >= -52w AND "Pending Release Date" <= 52w and labels !=Released_to_Production

Udo Brand
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.
April 1, 2015

And you have within this query issues where the label is "Released_to_Production"? Do you have a custom field called Labels?

Suggest an answer

Log in or Sign up to answer