Within jira, how can i create a report that shows Created vs resolved vs closed. Jira has a built in report for created vs resolved. But I would also like to show how many were closed for that week, is this possible?
Within the time series, I can only see created and resolved but not closed. How can I amend this?
Hi Rajan,
Try to create a new report and define 3 new series:
1.Created and use a JQL: created >= startOfWeek() AND created <= endOfWeek()
2.Resolved and use a JQL: status changed to Resolved during (startOfWeek(), endOfWeek())
and last 3.Closed and use a JQL: status changed to Closed during (startOfWeek(), endOfWeek())
Hope this works and helps.
Hi Cristian,
Thanks, when I add try to add series within that report, I can only add created and resolved, but not closed. I think the predefined series has to be selected.
That JQL would work for filtering query. Not sure about report.
Thanks,
Rajan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Rajan Dangol
I believe Jira does not have this option in the out-of-the-box report. One suggestion is to use a marketplace app that provides this information. If you look at Mindpro Graphy, it has some pre-loaded charts that show this information and allow you to include or not the "Done" issues in the "Created" issues count:
The charts are interactive in internal dashboards, so when you click on one slice/portion, the dashboard is adjusted to that filter. The gadgets are also available in Jira native dashboards.
I hope that helps. Feel free to reach out if you have any questions.
Regards,
Eduardo
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.