diff options
author | Chantal Rollison <crollison@gitlab.com> | 2018-11-02 16:29:32 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-11-02 16:29:32 +0000 |
commit | bb6b5653e28cf4f1b7264d318238797b08c74df3 (patch) | |
tree | ba65cb3e6a04ddd97659782a9e83a5b6749cf4b8 /doc/workflow | |
parent | 45bc509352cf8d20fb15d6c638d6fe0335c20b62 (diff) | |
download | gitlab-ce-bb6b5653e28cf4f1b7264d318238797b08c74df3.tar.gz |
Add email for milestone change
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/notifications.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/workflow/notifications.md b/doc/workflow/notifications.md index 9e41038e02e..c590ac4b0ba 100644 --- a/doc/workflow/notifications.md +++ b/doc/workflow/notifications.md @@ -92,12 +92,16 @@ In most of the below cases, the notification will be sent to: | Reassign issue | The above, plus the old assignee | | Reopen issue | | | Due issue | Participants and Custom notification level with this event selected | +| Change milestone issue | Subscribers, participants mentioned, and Custom notification level with this event selected | +| Remove milestone issue | Subscribers, participants mentioned, and Custom notification level with this event selected | | New merge request | | | Push to merge request | Participants and Custom notification level with this event selected | | Reassign merge request | The above, plus the old assignee | | Close merge request | | | Reopen merge request | | | Merge merge request | | +| Change milestone merge request | Subscribers, participants mentioned, and Custom notification level with this event selected | +| Remove milestone merge request | Subscribers, participants mentioned, and Custom notification level with this event selected | | New comment | The above, plus anyone mentioned by `@username` in the comment, with notification level "Mention" or higher | | Failed pipeline | The author of the pipeline | | Successful pipeline | The author of the pipeline, if they have the custom notification setting for successful pipelines set | |