Create gadget based on Labels

Svetlana Harkusha May 31, 2024

Hi all. Could someone help me with the question. 

I need to create gadget based on labels. I have some bugs with labels what stage of testing they were found at. Basically, I need to get next result:

Label_1    -    5 

Label_2   -    3

Label_3.  -    2

in one gadget. Is it possible and how can I do it?

2 answers

2 accepted

1 vote
Answer accepted
Valerie Knapp
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.
May 31, 2024

Hi @Svetlana Harkusha , welcome to the Atlassian Community and thanks for your question!

You could use a two-dimensional filter statistics gadget for this -

image.png

To achieve this, I wrote a filter query which is just something basic like this - 

project = "Sample Scrum Project" and type = bug

And then chose Label and Status as the two attributes in the gadget configuration, like this

image.png

Hope this helps.

Cheers

Svetlana Harkusha June 3, 2024

Thanks for your answer!

 

The issue is that for some bugs I have several labels. So I need to count only particular labels, but I get all existing labels and count for them. Is it possible to count only some labels and ignore others?

Valerie Knapp
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.
June 3, 2024

Hi @Svetlana Harkusha , I think you should be able to achieve this if you modify the JQL used by the filter for the gadget,

project = "Sample Scrum Project" and type = bug and labels IN (cake, confetti, lunch)

^ to specify only the labels you are interested in

Please can you test this and give me your feedback if it resolves your issue?

Cheers

Svetlana Harkusha June 4, 2024

Hi Valerie,

Nope, it doesn't resolve the issue. This filter first select defects only with these labels, but on gadget all labels for these defects are displayed and counted

Valerie Knapp
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.
June 4, 2024

Hi @Svetlana Harkusha , thanks for your feedback. That's a shame. I think you are likely to need an app for this then, like https://marketplace.atlassian.com/apps/1214789/rich-filters-for-jira-dashboards?hosting=cloud&tab=overview 

You could always use the free trial to see if you are able to get something to work. I'm sorry we didn't get the out-of-the-box option to work in this case.

Cheers

Like Svetlana Harkusha likes this
Svetlana Harkusha June 4, 2024

Anyway thanks for your support! 

Have a nice day!

0 votes
Answer accepted
karim -Atlassway-
Banned
May 31, 2024

Hi @Svetlana Harkusha ,

Try out Colored label manager , it lets you gather data from labels for yourself or others, such as your team, department, or even your whole company.

 

BR 

Atlassway Team

Suggest an answer

Log in or Sign up to answer