Skip to content

GitLab Next

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 39,511
    • Issues 39,511
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1,223
    • Merge requests 1,223
  • Requirements
    • Requirements
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
    • Value stream
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLabGitLab
  • Issues
  • #218277

Closed
Open
Created May 18, 2020 by Gabe Weaver@gweaver🌀Developer

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.

Basic View

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]

[1] Iteration_Inheritance

Edited May 27, 2020 by Gabe Weaver
Assignee
Assign to
Time tracking