Are there any reports in jira that shows the productivity for each developer weekly, monthly, etc?
Need to report how many tickets each developer has and their closing rate?
Where can I find such reports?
I've understood what is your issue.
You need to:
1) Create and save two filters, one for issues resolved yesterday, another for issues resolved since the beginning of the month until today. Use these JQLs respectively:
resolved >= startOfDay(-1) and resolved <= endOfDay(-1) and resolution is not empty
resolved >= startOfMonth() and resolved <= endOfDay(-1) and resolution is not empty
I've added a resolution check to exclude reopened issues from the results.
2) Now that you have these filters saved to make sure you share them with all relevant users or groups because by default they are only visible to the creator
3) Add two "Issue statistics" gadgets to your dashboard and configure each of them to use one of the filters you've created. Set 'Statistic type' to 'Assignee'
Done!
I hope, you find this info helpful
Best regards, Mariana
Hi Anita,
there are a number of ways to view this using Dashboard gadgets. One that comes to mind is the Created vs. Resolved. The only issue with this would be that you would need one for each developer so for a big team this could get busy. Another option is to look at the Two Dimensional gadget and set the X-axis to status and Y-axis as the developer. To attain your weekly goal you can capture that in the filter itself. Finally, have a look at Issue Statistics gadget. Of course there are a number of addons that might be better and don't overlook Excel. You can do quite a bit there and w/ the free Jira extension for Excel it would make it easy to import the desired data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jack,
I tried using the two dimensional gadget as you mentioned. Everything looks ok, but my question is how to adjust the time period. I can see someone's performance based on status, but I don't know if the ones closed are for this week, for example, or for the previous week. Is there something to update here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.