I was reviewing the Sprint Report for our past sprints and wanted to get the count of all issues that were completed and those that were carried forward to other sprints.
While I can see the list of issues, I currently have to count them manually. It would be really helpful if the report could also display the count for each section.
Thanks!
Hi @y_masam,
You can use Jira's Burndown report instead of Sprint report. This one lets you display the chart/report by Issue Count and will display the remaining issues at the end.
Danut.
Hi @y_masam
Welcome to the Atlassian Community!
Hope below ways will be helpful for you.
1) On the Backlog page UI, you can see how many issues are Open, In Progress, and Completed. Just click on each color segment to view the corresponding issues. Please observe below image.
2) You can create filters using JQL (Jira Query Language) to count issues:
Completed Issues in a Sprint - JQL: sprint = "Sprint Name" AND status = Done
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just a slight correction here, the different colour segments in the backlog show the total story points for each of the status categories: To Do, In Progress and Done.
Grey one is the total story points of all issues (work items) in the To Do category and so on.
It doesn't show the number of issues in each status category.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Karan Sachdev
Thank you for the clarification. You're absolutely right — the colored segments in the backlog indicate the total story points by status category (To Do, In Progress, Done), not the count of issues. Appreciate the correction!
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.