Is there an easy way to see all issues without a label?

vildana_ermaya October 15, 2020

I would like a quick way to pull all issues that don't have a label so I can add labels instead of going issue by issue and seeing if it has a label or not.

 

If there's a gadget I can use on a dashboard to see this or a report or even a filter just something that I can access quickly and will show me the results I'm looking for. 

2 answers

1 accepted

1 vote
Answer accepted
Niranjan
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.
October 15, 2020

Hi @vildana_ermaya ,

You can get the issues with a jql lik

Project=ABC and labels is empty

vildana_ermaya October 15, 2020

How would I add the current sprint onto that? To see issues in the current sprint without labels and also for a future sprint date?

Niranjan
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.
October 15, 2020

You can include the sprint  field to the query.

Sprint ='currentsprintid and labels is empty

For multiple sprint values use

Sprint in (sprintID1, sprintID2 ) and labels is empty

 

0 votes
Santosh December 29, 2021

It worked , Thanks

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events