Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-18 03:09:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-18 03:09:02 +0300
commitc48065a833f9ead3357c48ea077165c15e8d585c (patch)
tree04a7ca91fe67ccdd002ff113d5b32fd4a70949a0 /doc/user/group/iterations
parent1b2e02ede90c238ec2dfc26f12bb71b904c2f2ff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/group/iterations')
-rw-r--r--doc/user/group/iterations/index.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/user/group/iterations/index.md b/doc/user/group/iterations/index.md
index df2b37ec0ad..90050e217ee 100644
--- a/doc/user/group/iterations/index.md
+++ b/doc/user/group/iterations/index.md
@@ -73,7 +73,7 @@ An iteration report displays a list of all the issues assigned to an iteration a
To view an iteration report, go to the iterations list page and click an iteration's title.
-### Iteration burndown and burnup charts **(STARTER ONLY)**
+### Iteration burndown and burnup charts
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/222750) in [GitLab Starter](https://about.gitlab.com/pricing/) 13.5.
> - It was deployed behind a feature flag, disabled by default.
@@ -84,9 +84,12 @@ To view an iteration report, go to the iterations list page and click an iterati
> - For GitLab self-managed instances, GitLab administrators can opt to [disable it](#disable-iteration-charts). **(STARTER ONLY)**
The iteration report includes [burndown and burnup charts](../../project/milestones/burndown_and_burnup_charts.md),
-similar to how they appear when viewing a [milestone](../../project/milestones/index.md)
+similar to how they appear when viewing a [milestone](../../project/milestones/index.md).
-## Disable Iterations **(STARTER ONLY)**
+Burndown charts help track completion progress of total scope, and burnup charts track the daily
+total count and weight of issues added to and completed in a given timebox.
+
+## Disable iterations **(STARTER ONLY)**
GitLab Iterations feature is deployed with a feature flag that is **enabled by default**.
[GitLab administrators with access to the GitLab Rails console](../../../administration/feature_flags.md)