I can create a pie chart by assignee, I can create a pie chart by resolved -- but I cannot create a pie chart (or okay, really ANY kind of metric at this point) to show who resolved what issues in the past 30 days. Our workflow does not have the same assignee for the resolved status as the closed status, it automatically flips to "unassigned" on resolution.
JQL: project = MyProject AND resolved >= -30d AND status was Resolved by "some_user"
At the moment I have a horrid dashboard with several individual search results, so each user has their own little section instead of a nice chart or graph with names and resolved numbers by them.
Does anyone know of a way to do this? Buying a plugin to extend the capability of a product I've already plunked thousands of dollars down on is not an acceptable answer.
I was thinking about creating a custom field which is auto-populated when the status is transitioned to "resolved" but that won't capture the past 30 days, and I don't want to manually populate it in the meantime.