Hi there!
I'm using the Issue Statistics gadget in some team dashboards. It seems to be inaccurate, though. I could be missing something in the administration of Jira or set-up of the search that powers it or in the gadget itself. Looking for a little help here. Thanks!
My goal is to highlight bottlenecks in the flow of issue during a sprint. So, I'm showing how many issues are in each status (Development, QA, PM Approval, etc) at any given time.
The trouble is I have issues returned in the search results that are not showing in the gadget - at least not with the expected status.
I've attached 3 screenshots to help explain.
Any ideas on how to resolve this?
Thanks in advance.
Also, to find bottlenecks in the flow of issues during a sprint you can try the gadget from Time in Status for Jira Cloud. It let you view data about time in each status at your Jira Dashboard. Optionally you can monitor status duration reports in a chart or issue list view. So with graphs, you can easily find the problem places in workflow witch needs your attention.
I hope it helps with your request.
Hello - I am having the same issue with the Gadget Issue Statistics (on a Team managed board). My issues (epic type) most have values for a certain field i have on that type of tickets (a people field). My filter clearly shows most of the tickets have a value for this particular field but then in Dashboards, the gadget issue statistics does not return the same values/counts. (Similarly to the description of this reported bug). Has anyone found a workaround or validated this is a bug with JIRA?
Thanks
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.
As I understand you want to see all the statuses except "Done Status"
For "My goal is to highlight bottlenecks in the flow of issue during a sprint"
The JQL should be [ project = " " AND Sprint = " " AND status != Done]
For "how many issues are in each status (Development, QA, PM Approval, etc) at any given time"
The JQL should be [ project = " " AND status != Done ]
Check whether the JQL you are using in the issue statistics gadget is correct.
As of now you are using "Current Spint Issue Not Done" JQL Filter, can you share it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the results I want in the search. The problem is some are not showing in the gadget at all. For instance, PR and Pending PO Approval are 2 statuses appearing in the search results, but not in the gadget that is using the search results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to play around with JQL for same results,
Try the JQL as shown in previous comment.
There's nothing more to it here,
Here's the Knowledge Base article for more information,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible that this is the problem?
Issue Statistics gadget returns "No Data Available" if the field Resolution is hidden
https://jira.atlassian.com/browse/JRASERVER-43823
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.