You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.