Commit 489b1697 authored by Mike Lewis's avatar Mike Lewis

Merge branch 'issue_8550' into 'master'

Update burndown chart documentation

Closes #8550

See merge request gitlab-org/gitlab-ee!9896
parents 1c49023b 9c987f90
...@@ -59,9 +59,10 @@ The chart indicates the project's progress throughout that milestone (for issues ...@@ -59,9 +59,10 @@ The chart indicates the project's progress throughout that milestone (for issues
In particular, it shows how many issues were or are still open for a given day in the In particular, it shows how many issues were or are still open for a given day in the
milestone's corresponding period. milestone's corresponding period.
Since it only tracks when an issue was last closed (and not its full history), the chart The Burndown Chart tracks when issues were created and when they were last closed—not their full history. For each day, it takes the number of issues still open and issues created that day and subtracts the number of issues closed that day.
assumes that issue was open on days prior to that date. Reopened issues are **Issues that were created and assigned a milestone before its start date—and remain open as of the start date—are considered as having been opened on the start date**. Therefore, when the milestone start date is changed the number of opened issues on each day may change.
considered as open on one day after they were closed. Reopened issues are
considered as having been opened on the day after they were last closed.
The Burndown Chart can also be toggled to display the cumulative open issue The Burndown Chart can also be toggled to display the cumulative open issue
weight for a given day. When using this feature, make sure issue weights have weight for a given day. When using this feature, make sure issue weights have
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment