Hi,
I have the following query and I would like to know how to accomplish it.
jira task1 -> label A , label X
jira task2 -> label B , label Y
jira task3 -> label C , label Z
jira task4 -> label A , label X
jira task5 -> label B , label Y
labels in (A,B,C,D,E) will display all 5 jira tasks.
Trying to create Rich filter pie chart with Statistic type by Labels.
It gives
Label A -> 2 tasks
Label B -> 2 tasks
Label C -> 1 tasks
Label X -> 2 tasks
Label Y -> 2 tasks
Label Z -> 1 tasks
However, I would like to skip few labels and in this case Label X, Y and Z and get only Label A,B and C tasks as
Label A -> 2 tasks
Label B -> 2 tasks
Label C -> 1 tasks
Could someone please assist me in creating a query like this?
I might be over-simplifying this, but if you want to see a Rich Filter Pie Chart with only Label A, B, and C, you can achieve this using a Smart Filter.
I would recommend that you create a Smart Filter that has three jql queries: "label in (A)", "label in (B)", and "label in (C)". Then add the "Rich Filter Pie Chart Gadget" to your Jira Dashboard and set the Statistic type to the new Smart Filter you made. I think that will give you what you are looking for.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.