You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I've been asked to add a gadget to a dashboard for our Jira Service Management project that displays a graph of non-resolved issues over time. I can find no way to do this currently. I've explored Reports and Series and none of these help, nor is there dashboard gadget that displays a running total. Anyone have something like this they can point me to?
Hi @Janene Pappas ,
We provide a commercial solution called Dashboard Hub for Jira. It comes with more than 60 different gadgets/metrics out of the box, dashboard templates, ability to share reports externally in a secure way...
You can see a live example for Jira Service Management (and here other for agile teams).
Hope this helps!
There are a number of dashboard gadgets that you could use that would provide information similar to what you are requesting. I would suggest creating a couple of filters and then making a dashboard using them. Here is a list of the gadgets. I would suggest looking at the created vs resolved gadget.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've tried created vs resolved and it does not provide a graph of the number of unresolved tickets over time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could try using the eazyBI app for not just this report.
See an example report : https://eazybi.com/accounts/1000/cubes/Issues/reports/187032-cumulative-flow-diagram
It calculates the number of historical issues at the end of each time period and groups them by historical statuses. You could filter only open statuses for the report and see how many issues were open at the end of each time period.
There are many more useful report examples you could explore on or public Demo account.
https://eazybi.com/accounts/1000/dashboards/14871-chart-types
Martins / eazyBI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, even though it should be out of the box, this is not available.
I suggest you go to the marketplace for a reporting plugin that supports this feature.
In our case we use eazybi for jsm.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Janene Pappas don't know if this quite fulfills the ask here, but I used the "Time Since" gadget to display a list of tickets created over a period which was based on specific filter.
After creating a search/filter for all unresolved tickets, the gadget would then allow you to group the issues under date option (e.g. date created, date updated, etc) by a specific time interval (hourly, daily, weekly, monthly, etc) and over a specific time frame - limit is 300 days.
Would give you a result like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is not exactly a graph, but if "Filter Counts" gadget sounds good for you, you can obtain something like:
You should set a JQL query for each Count, like:
(to get the number of open issues 2 days ago)
created <= startOfDay(-1) AND (resolutiondate >= startOfDay(-2) OR resolution is empty)
If you need more details on how to build it, you can go to the "Step 6" of the following guide: https://www.neteye-blog.com/2022/04/gonna-keep-on-monitoring-til-my-team-reaches-the-highest-ground-jira-dashboard-to-monitor-support-teams-performances-and-service-quality-level/
Hope this helps!
Cheers :-)
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.