Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
da7d20f4
Commit
da7d20f4
authored
Feb 28, 2022
by
Marcin Sedlak-Jakubowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply TW docs tweaks
parent
b03236a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
18 deletions
+22
-18
doc/user/group/iterations/index.md
doc/user/group/iterations/index.md
+22
-18
No files found.
doc/user/group/iterations/index.md
View file @
da7d20f4
...
...
@@ -142,7 +142,7 @@ To view an iteration report, go to the iterations list page and select an iterat
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/222750) in GitLab 13.6.
> - [Feature flag removed](https://gitlab.com/gitlab-org/gitlab/-/issues/269972) in GitLab 13.7.
> -
[Updated](https://gitlab.com/gitlab-org/gitlab/-/issues/326029) to provide scoped burnup and burndown charts
in GitLab 14.9.
> -
Scoped burnup and burndown charts in subgroups and projects [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/326029)
in GitLab 14.9.
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
)
.
...
...
@@ -150,28 +150,32 @@ similar to how they appear when viewing a [milestone](../../project/milestones/i
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.
An iteration created at a Group level may be viewed in any of the group's subgroups or projects.
When viewing an iteration in a subgroup or project,
the burndown and burnup charts only counts the issues belonging to the subgroup or project.
#### Iteration charts scoped to subgroups or projects
To illstrate with an example, suppose a group had two projects respectively named
`Project 1`
and
`Project 2`
.
Each project had a single issue assigned to the same iteration from the group.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/326029) in GitLab 14.9.
An iteration report generated for the group would show the following counts:
You can view burndown and burnup charts for iterations created for a group in any of its
subgroups or projects.
When you do this, the charts only count the issues that belong to the subgroup or project.
-
Completed 0 of 2
-
Incomplete 0 of 2
-
Unstarted 2 of 2
-
Burndown chart total issues 2
-
Burnup chart total issues 2
For example, suppose a group has two projects named
`Project 1`
and
`Project 2`
.
Each project has a single issue assigned to the same iteration from the group.
An iteration report generated for
`Project 1`
would show the following coun
ts:
An iteration report generated for
the group shows issue counts for all the group's projec
ts:
-
Completed 0 of 1
-
Incomplete 0 of 1
-
Unstarted 1 of 1
-
Burndown chart total issues 1
-
Burnup chart total issues 1
-
Completed: 0 of 2
-
Incomplete: 0 of 2
-
Unstarted: 2 of 2
-
Burndown chart total issues: 2
-
Burnup chart total issues: 2
An iteration report generated for
`Project 1`
shows only issues that belong to this project:
-
Completed: 0 of 1
-
Incomplete: 0 of 1
-
Unstarted: 1 of 1
-
Burndown chart total issues: 1
-
Burnup chart total issues: 1
### Group issues by label
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment