Hi,
I'd like to display a chart (or a list) of all my users and how many bugs they had resolved in the past 30 days.
How do I do it?
Thanks,
Janiv.
The Jira Enhancer plugin will probably give you what you need.
https://plugins.atlassian.com/5139
Create 2 custom fields
Create a filter "resolutiondate <= 30d".
Use the "Two Dimensional Filter" or "Issue Statistics" gadget on a dashboard and put the "Last Resolution User" a one of the parameters into the gadget config. Choose the filter to limit the list of issues.
Note:
This of course won't cover the use case of an issue being resolved multiple times in the last 30 days by different users. It'll just show the last user to resolve.
Thanks,
Will it work retrospectively?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe so. I just use the 'Last Resolution Date' one and it appears on all my issues even those created/resolved before the plugin was deployed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just a guess but if possible try a re-index. I'd try it on a test instance if you have it available first.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Worked!
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome - glad it worked!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.