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 eazyBI beginner here.
I have some Jira projects where all the bugs have been tagged with labels like `UX`, `Backend`, `iOS` and `Android`
How can I create a chart that will show the number of bugs for each label? e.g.
a bar chart that shows `UX` -> 50 bugs, `Backend` -> 25, `iOS` -> 34 and `Android` -> 23
I tried creating a calculated measure like so
[Measures].[UXBugs] = [Label].Name = "UX"
and using it but that only coming back as a boolean
I can create charts by Components they do show as a Hierarchy level member in Project. Trying to do the same for Labels
Thanks in advance appreciate any pointers
I think I figured it out,
Pulling the Labels measure into the Columns and selecting only the labels that I needed seems to have done the trick.
thanks for reading.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.