Hello,
I'm trying to create a custom report in Jira, with closed issues per day.
However, now, Jira counts closed issue for the day of creation and I would like them to be counted for the day of closing.
Example to be more clear:
-Issue created on 24.05.2022
-Issue closed on 25.05.2022
On my current report, the issue is counted for 24.05.2022 (creation date) and not for 25.05.2022 (closing date).
For my filter I used simple JQL query: issuetype = XX AND status = Closed
I tried use some other filters but unsuccesfully. I also tried to order by resolutiondate, but this didn't work as well.
Any ideas what else I could try?
Hello,
you can use the Gadget Time Since Chart.
Filter: issuetype = XX AND status = Closed
Date Field: Resolved (Make sure to put the resolution date in the post-function on your last transitions)
specify the period: it's daily for you
Days Previously: 30 (just an example)
Cumulative Totals: No
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.