Is there a way to report on the Labels within a Next-Gen project?

Mel Jensen December 16, 2020

Hi everyone,

I'm looking for a way to report on the number of tickets with a particular label applied - i.e. the number of stories with the label of "techdebt" applied, how many of those have been marked as 'done', etc.

Is there a way to filter the information? I'm happy for the process to be a bit manual.

Many thanks,
Mel

2 answers

2 accepted

1 vote
Answer accepted
Oliver Siebenmarck _Polymetis Apps_
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.
December 17, 2020

Hi @Mel Jensen ,

In addition to @Bill Sheboy's excellent suggestion, there is also an App that can make this a bit easier. Project Labels is designed to help manage labels on a per project basis and gives you an overview of all labels used in a project. It looks like this:

 

Screenshot PL.png

The links are clickable and open a JQL query similar to the one Bill described. You can also edit a label here and get that label updated on all issues in your project. And of course, it works with next-gen projects, too.

If you are more technically inclined, it's also possible to use the Jira Expressions API to get the information you want. Check this article to see how it can be done. 

 

Hope that helps,
 Oliver

Full disclosure: I work for Jodocus, the Marketplace Partner behind Project Labels. Let me know if you need any help getting started, have any questions or feedback for us.

Mel Jensen December 17, 2020

Many thanks @Oliver Siebenmarck _Polymetis Apps_ - I will certainly check this out

1 vote
Answer accepted
Bill Sheboy
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.
December 16, 2020

Hi @Mel Jensen 

To do this you may used Filters > Advanced Issue Search

With a JQL query something like this:

project = myProject AND labels IN (techdebt) ORDER BY Key

Then, add the columns you want, such as Status.  You can learn more about filters here:

https://support.atlassian.com/jira-software-cloud/docs/what-is-advanced-searching-in-jira-cloud/

 

Best regards,

Bill

Mel Jensen December 17, 2020

Many thanks @Bill Sheboy  - That's exactly what I need.  

Like # people like this

Suggest an answer

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

Atlassian Community Events