Hello,
I am trying to make use of the chart in Jira but the Created Vs Resolved Chart is not capturing the resolved items. Status is Done, resolution is Done. As you can see on the screenshot below, 5 items have been created.
Those 5 items have now been closed. Not necessarily the same week but they have been which doesn't show at any date on the board.
Can anyone advise?
Many thanks,
Celia
Hello @Celia Charrier ,
Hope you are doing good!!
It could be either one of the causes:
Atlassian has a very detailed document on Created vs. Resolved chart showing incorrect count of resolved issues
Hope this information helps!!
Regards,
Mayur
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, it looks like my field isn't hidden.
And the field is associated to my screen
But I am still seeing the same issue
Celia
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.
Yes, my filter is for all bugs raised except the ones tagged as technical debt. It is picking them up. For the 5 created issues mentioned as an example above, the filter is
filter = 11954 AND created >= -60d AND created >= 2022-08-21 AND created < 2022-08-28
When filter 11945 is
project = DP AND issuetype = Bug AND status in (Backlog, "Ready for Development", "In Development", "Code Review", "Ready for QA", Done, "In QA", "UX DESIGN", Requirements, "Ready For Deployment") AND component in ("A*****) AND labels not in (Tech_Debt)
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.