Created vs Resolved chart : how to remove resolved issue from the Created ?

Takezo October 11, 2021

Hi everyone,

Here's my problem,

We have created a Created vs Resolved chart in JIRA. The resolution has been created (when status is Done, resolution is Done) and the green line only contains the resolved issues, which is good. However, the red line (with created issues) also contains the closed issues with "Done" resolution and this is pretty annoying.

Do you know how can I remove them ?

The filter I use is quite simple : project = "X" AND type in ("Bug App Mobile")

tempsnip.png

Thank you for your answers :)

3 answers

3 accepted

0 votes
Answer accepted
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 11, 2021

That is how CvR gadget works.

created = all issues regardless of status

resolved = all issues with resolution set

the space between the the lines = work that needs doing

 

It sounds like you want an Open vs. Closed view?

Takezo October 12, 2021

Thank you Jack, indeed I thought it worked more like an Open vs Closed. Misunderstanding on my part :/
Do you know if it is possible to get this kind of chart ?

0 votes
Answer accepted
Alexander Bondarev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 11, 2021

Hi, @Takezo !

Welcome to the Community!

It is correct, because red line shown issues with certain interval of creation date. 

When you open issue navigator from chart you can see JQL-request, for example:

 project = 22300 AND created >= -60d AND created >= 2021-08-17 AND created < 2021-08-18

 Like you see - there is no status checking, that is correct, it looks just on "Created Date".

Alexander Bondarev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 11, 2021

The main idea of the report: 

Maps created issues versus resolved issues over a period of time. This can help you understand whether your overall backlog is growing or shrinking.

Takezo October 12, 2021

You're right : filter = 11202 AND created >= -30d AND created < 2021-10-12. Misunderstanding on my part? It's clearer now, thank you.

0 votes
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 11, 2021

Hello @Takezo 

Welcome to the community.

Have you configured the chart to display cumulative totals or not to do that?

Can you show us your chart.

Can you provide a specific example of a Resolved issues that is being counted in the Created statistic?

Takezo October 11, 2021

Thank you Trudy :)
Here the configuration :
Capture.JPG

And a bug from the list :

bug.JPG

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 11, 2021

The report does not diminish the Created statistic based on issues transitioning to Resolved. These two statistics are independent of each other, and are shown together for comparison.

When you have the Cumulative totals option set, you will see both lines move upward over time. You will not see them decrease.

If you turn off Cumulative totals then you will see the number of Created vs. Resolved per time period, and both lines will go up and down as it will show the number of issues created each time period (some days will be more than others), and the same for the number of issues resolved each time period.

Takezo October 12, 2021

Thank you for your answer. As said above, I thought it worked more like an Open vs Created chart, it is clearer now :)

Suggest an answer

Log in or Sign up to answer