Created vs Resolved chart gadget shows incorrect values

Icaro Niz April 23, 2015

Hello,

Recently I've been watching strange values in the created vs resolved chart gadget in our JIRA Cloud. Today I confirmed something is wrong. I filtered the created (4) and resolved (6) issues for today and it's obvious that the chart has swapped the values.

Captura de pantalla de 2015-04-23 16:04:05.png

This is a really annoying error. Can this be fixed, please?

3 answers

0 votes
Yongshik Seo January 16, 2017

JIRA report seems to show cumulative results by default.

I had same issue on pre-defined report and now ok after checking "Do not show cumulative results" on reporting interface.

0 votes
Icaro Niz April 23, 2015

For the graph, it's just the projects filter, without restrictions. For the created issues I used this filter:

project = EB AND createdDate >= startOfDay() AND createdDate <= endOfDay()

That returned 4 issues.

For the resolved issues I used this filter:

project = THEPROJECTSCODE AND resolutiondate >= startOfDay() AND resolutiondate <= endOfDay()

That returned 6 issues.

I'm also dazed by the graph. Just thinked that this could be a miscalculation of dates, but today the graph remains the same.

Captura de pantalla de 2015-04-24 08:31:55.png

No one have seen this on their JIRA Cloud projects?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 24, 2015

That is interesting. The create = 4 is correct, but there's definitely something wrong with the resolution counter. Could you try reindexing the project and see if that changes it?

Icaro Niz April 24, 2015

I've just reindexed, with the same results. Graph is still the same.

Geoffrey Rodgers April 24, 2015

I'm seeing the same problem in our instance. When we were upgraded, the chart was swapped over to the new version and we went from seeing lots of green to lots of red. There's definitely something wrong in the calculation of the number of resolved issues. My guess is it's excluding issues that appear in both result sets, but I haven't tested that yet.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 25, 2015

Ok, I think we need to look at the raw data - run the two filters above, and list out the results with the columns created, updated, resolution date and resolution, and then look at the numbers on the graphs again. It looks like the "created" is correct to me, it's the resolution that looks shonky

Geoffrey Rodgers April 25, 2015

There is an open JIRA issue, [JRA-43034|https://jira.atlassian.com/browse/JRA-43034], for this bug. Please vote on it to help get the problem resolved faster. It is confirmed that the calculation for resolved issues count is incorrect.

Icaro Niz April 27, 2015

I've voted the issue. Hope this gets resolved soon...

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 23, 2015

Your chart is showing 5 raised today and 1 resolved, nothing to do with 4 and 6, so I 'm a bit confused.  Could you show us the filters in use?  The one that the gadget is running against to begin with, and then the two you've used for get your 4 and 6

Suggest an answer

Log in or Sign up to answer