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
path: root/doc
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2018-05-28 21:43:46 +0300
committerFelipe Artur <felipefac@gmail.com>2018-06-07 21:47:39 +0300
commitafe5d7d56ee771dac6e4a97d23e69d678c03da2d (patch)
treed4852e794d3c526863eb2ff0bd3d7f399cd40de1 /doc
parent439adb96dadd49124d080db0db0b0076d2049c6b (diff)
Apply notification settings level of groups to all child objects
Diffstat (limited to 'doc')
-rw-r--r--doc/workflow/notifications.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/workflow/notifications.md b/doc/workflow/notifications.md
index fc592b99860..edb0c6bdc30 100644
--- a/doc/workflow/notifications.md
+++ b/doc/workflow/notifications.md
@@ -34,9 +34,14 @@ anything that is set at Global Settings.
![notification settings](img/notification_group_settings.png)
-Group Settings are taking precedence over Global Settings but are on a level below Project Settings.
+Group Settings are taking precedence over Global Settings but are on a level below Project or Subgroup Settings:
+
+```
+Group < Subgroup < Project
+```
+
This means that you can set a different level of notifications per group while still being able
-to have a finer level setting per project.
+to have a finer level setting per project or subgroup.
Organization like this is suitable for users that belong to different groups but don't have the
same need for being notified for every group they are member of.
These settings can be configured on group page under the name of the group. It will be the dropdown with the bell icon. They can also be configured on the user profile notifications dropdown.