Add notification settings documentation and update screenshot
This commit is contained in:
parent
dc2ca59433
commit
0cf0352303
3 changed files with 5 additions and 2 deletions
|
@ -45,6 +45,7 @@ v 8.9.0 (unreleased)
|
|||
- Remove 'main language' feature
|
||||
- Pipelines can be canceled only when there are running builds
|
||||
- Use downcased path to container repository as this is expected path by Docker
|
||||
- Custom notification level for projects
|
||||
- Projects pending deletion will render a 404 page
|
||||
- Measure queue duration between gitlab-workhorse and Rails
|
||||
- Make Omniauth providers specs to not modify global configuration
|
||||
|
|
|
@ -4,7 +4,7 @@ GitLab has a notification system in place to notify a user of events that are im
|
|||
|
||||
## Notification settings
|
||||
|
||||
Under user profile page you can find the notification settings.
|
||||
You can find notification settings under the user profile.
|
||||
|
||||
![notification settings](notifications/settings.png)
|
||||
|
||||
|
@ -20,6 +20,7 @@ Each of these settings have levels of notification:
|
|||
* Participating - receive notifications from related resources
|
||||
* Watch - receive notifications from projects or groups user is a member of
|
||||
* Global - notifications as set at the global settings
|
||||
* Custom - Notification is set based on events selected by the user.(Available only in project level)
|
||||
|
||||
#### Global Settings
|
||||
|
||||
|
@ -55,7 +56,7 @@ Below is the table of events users can be notified of:
|
|||
| User added to project | User | Sent when user is added to project |
|
||||
| Project access level changed | User | Sent when user project access level is changed |
|
||||
| User added to group | User | Sent when user is added to group |
|
||||
| Group access level changed | User | Sent when user group access level is changed |
|
||||
| Group access level changed | User | Sent when user group access level is changed |
|
||||
| Project moved | Project members [1] | [1] not disabled |
|
||||
|
||||
### Issue / Merge Request events
|
||||
|
@ -71,6 +72,7 @@ In all of the below cases, the notification will be sent to:
|
|||
|
||||
- Watchers: users with notification level "Watch"
|
||||
- Subscribers: anyone who manually subscribed to the issue/merge request
|
||||
- Custom: Users with notification level "custom" who turned on notifications for any of the events present in the table below
|
||||
|
||||
| Event | Sent to |
|
||||
|------------------------|---------|
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 86 KiB |
Loading…
Reference in a new issue