Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Status Overview chart show incorrect issues count compared to a manual filter on the same project

GA
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 16, 2023

I have a team-managed project.

Recently the "Status Overview" chart where it show a pie chart with details on how many are done, todo etc. It shows incorrect issues count compared to a manual filter. 

Please note: no new issues were added or removed. I have explored any possibility of issue deletion or so, but nothing like that (cos manual filter show the correct issue count fine).

Attached is a screenshot of the above issue. This issue is causing confusion with status report for the projects i am sending (and having to work out manually which isnt the point of have the dashboard setup). Please help.

 

issue with jira count.png

 

2 answers

1 accepted

0 votes
Answer accepted
Joy Chopra
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 8, 2023

I was facing the same issues today and I think I found the reason for my case. For the status overview page, Jira gets the following 2 sets of issues

  1. all open issues
  2. all done issues which were changed within last 2 weeks.

It does not get all issues in the project since the beginning, which is what I was expecting and got confused.

 

Here is the JQL that they send to backend. 

"project = '<project_id>' AND (statusCategory != Done OR 
(statusCategory = Done AND statusCategoryChangedDate >= -2w))"

 

You can find this in the network tab using developer tools of the browser. The API path is

rest/gira/1/?operation=SummaryPageData

 

0 votes
Jack Brickey
Community Champion
August 16, 2023

Hi @GA , most often the reason for something like this is that the underlying queries are different between the two. Can you confirm that the filters for the gadget and the advanced search are simply based on the project and nothing else

GA
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 16, 2023

Hi Jack, I am not using any gadgets for the above. This pie chart mentioned above is the default that came i found under the 'Summary' tab/section when a team-managed project was created.

I have included a full screenshot hoping to give a visual context. full-scr.jpg

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events