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 there.
I am trying to extract specific analytics from my teams Jira account. To be a bit more specific, I want to see the amount of projects/tickets each team member has taken since a specific date. I have seen I could create a pie chart gadget but when I go to set it up its not working exactly how I want. Any clues? Would appreciate any help I can get. Thanks
Thanks @Vish I haven't thought of that. Where could I access that, and would I be able to categorise by specific people and a start date?
Renato, firstly you need to create and save a filter like this:
project in (ProjectName) and assignee in (resource1, resource2, resource3) and resolved >= startOfMonth(-1) and resolved <= endOfMonth(-1)
Then create a dashboard and select the piechart graphic
Setup the piechart using the saved filter
The result should be something like this
two dimensional Filter statistics is available as a gadget in JIRA dashboard. Take a look at this gadget and see if this works for you