Hi. Thanks for taking a look.
What I'd like to know is if it's possible to make\see this:
1) statistics of weekly resolved for an extended period of time (year, all time)
2) the biggest weekly resolved number of all time for a given project
1/ You can use this JQL for 2022 for example:
resolution is not EMPTY and (resolutiondate >= 2022-01-01 and resolutiondate <= now())
You can save this filter and then use it in a dashboard to show some weekly statistics with the Recently Created Chart gadget:
2/ Same idea but the JQL will include a project where XXX is your project name:
project = "XXX" and resolution is not EMPTY and resolutiondate <= now()
And then add the same gadget but use your second filter to display data per week ;)
To learn more about Advanced JQL search, have a look here:
https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/
There is a lot of JQL functions that can help build your JQL filters.
I hope it helps.
Cheers,
Dam.
Hi! This does what I was looking for. Thanks.
Is it possible to filter it in this way:
to show only the amount of resolved tickets of the assignee who resolved most tickets any given week? Ko see WHO did the most tickets and how much each week.
If not, I guess I should build charts for every team member (adding assignee to filter) and compare?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With native features only you will have to build a filter for each assignee yes...
There is some apps that can do better and improve the Dashboard statistics experience like Rich Filters for Jira Dashboards which is one of my favorite apps: https://marketplace.atlassian.com/apps/1214789/rich-filters-for-jira-dashboards?hosting=cloud&tab=overview
Cheers,
Dam.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recently created chart gadget shows number of issues by creation date not by resolution date.
As an alternative, you can try Reports - Charts and Graphs for Jira app developed by our team. You can get number of issues by resolution month and assignee as in the below screenshot.
You can get the result as chart or in a table view.
You can change the date range to week or day.
Below you can see an article about creating custom reports, charts and graphs in Jira with our app.
How to Create Custom and Flexible Reports, Charts and Graphs in Jira
Here is our live demo dashboard where you can see and modify sample reports and play with them.
Hope it helps.
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.