Iteration Report
Problem
Iterations can be created, Issues can be linked to an iteration, but there is no detail view for the iteration itself. Those who manage work via timeboxes such as iterations need a way to see contextual information about what is being worked on across the entire iteration.
Proposal
- Status, Start/End Dates, Button-Ellipsis to expose Edit/Archive
- Title, Description, % Complete (Completed / Scope) which is dynamic based on the unit of value the report is filtered upon, Days Remaining
- Burndown Chart, Burnup Chart filterable by Issue Count, Issue Weight, Issue Time.
- Simple issue list that displays all issues in a given iteration ordered by In Progress (Open + Assigned), Open, Closed.
Technical Considerations
- Create a Vue app for the report view.
- Keep the Vue app extensible so we can backport it to the Milestone view. The goal is to have a single Vue app for all timebox report views.
- Consider pagination from the start for the Issue List.
What is not in scope for this MVC
- The "Group By" scoping behavior. For the MVC, let's just create a simple issue list (follow on MVC).
- The "Start Iteration" behavior. When creating an Iteration, you already define start and end dates.
- Inherited iteration report (follow on MVC). See below [1]

