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>2022-02-22 21:17:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-22 21:17:57 +0300
commitbad127a0f623e9f1277c955c6a95b5add1842425 (patch)
tree7d8d31cd23ef703e921a868856fae236266541ab /doc/user/group
parent95b9a603c32ce361d1746d4a00c58cd180218d41 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/group')
-rw-r--r--doc/user/group/index.md3
-rw-r--r--doc/user/group/value_stream_analytics/index.md9
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md
index 86704f81c82..3e9196d39b3 100644
--- a/doc/user/group/index.md
+++ b/doc/user/group/index.md
@@ -717,7 +717,8 @@ To disable email notifications:
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/21301) in GitLab 12.6.
You can prevent users from being added to a conversation and getting notified when
-anyone mentions a group in which those users are members.
+anyone [mentions a group](../discussions/index.md#mentions)
+in which those users are members.
Groups with disabled mentions are visualized accordingly in the autocompletion dropdown list.
diff --git a/doc/user/group/value_stream_analytics/index.md b/doc/user/group/value_stream_analytics/index.md
index ccf77f79fd9..3b2369db504 100644
--- a/doc/user/group/value_stream_analytics/index.md
+++ b/doc/user/group/value_stream_analytics/index.md
@@ -280,7 +280,7 @@ Shown metrics and charts includes:
- [Lead time](#how-metrics-are-measured)
- [Cycle time](#how-metrics-are-measured)
-- [Days to completion chart](#days-to-completion-chart)
+- [Total time chart](#total-time-chart)
- [Tasks by type chart](#type-of-work---tasks-by-type-chart)
### Stage table
@@ -413,7 +413,7 @@ To delete a custom value stream:
![Delete value stream](img/delete_value_stream_v13_12.png "Deleting a custom value stream")
-## Days to completion chart
+## Total time chart
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/21631) in GitLab 12.6.
> - Chart median line [removed](https://gitlab.com/gitlab-org/gitlab/-/issues/235455) in GitLab 13.4.
@@ -422,8 +422,9 @@ To delete a custom value stream:
This chart visually depicts the average number of days it takes for cycles to be completed.
This chart uses the global page filters for displaying data based on the selected
-group, projects, and time frame. In addition, specific stages can be selected
-from the chart itself.
+group, projects, and time frame.
+
+When a stage is selected the chart only displays data relevant to the selected stage. On the overview the chart displays a sum of the times for all stages in the value stream.
The chart data is limited to the last 500 items.