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?
Hi @Svetlana Harkusha , welcome to the Atlassian Community and thanks for your question!
You could use a two-dimensional filter statistics gadget for this -
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
Hope this helps.
Cheers
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
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
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.