In Jira Service Desk we are struggling to come up with daily reports for some of our metrics. We would like to have on our Dashboard some sort of 14 day report with counts for the following:
I understand creating custom fields, and post-functions, and how they can be used to track some of this stuff. What I'm struggling with is how to create the charts, and in particular how to count these things daily on an ongoing basis.
For example, is there a way to use JQL somehow in the report setup such that it is relative to each day going into the past rather than relative to the current date?
Any and all suggestions would be most helpful!
You can get issues changed to some status by using this JQL - status changed to 'In Redo' after startOfDay(-14d). However, this will get you a list of issues, but not grouped by assignee.
To get issues grouped by Assignee/Agent you can use an app that I have created - https://marketplace.atlassian.com/apps/1219429/status-progress-report-gadget-for-jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.