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