diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-19 12:05:57 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-10-19 12:05:57 +0200 |
commit | 33a56db51ed81ec3065d299fbbb2e1bc5a4dd1fa (patch) | |
tree | 0f1494abec1c0c24075c7d09e68547d759a66b4c /doc | |
parent | 64fabd5dc132b7988d83bddb6f17a16223e76508 (diff) | |
download | gitlab-ce-33a56db51ed81ec3065d299fbbb2e1bc5a4dd1fa.tar.gz |
Document highlighted mentions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/issues/issues_functionalities.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/user/project/issues/issues_functionalities.md b/doc/user/project/issues/issues_functionalities.md index 631f511b5fa..d78721f8658 100644 --- a/doc/user/project/issues/issues_functionalities.md +++ b/doc/user/project/issues/issues_functionalities.md @@ -118,9 +118,12 @@ is the `project-name`, and `xxx` is the issue number. #### 13. @mentions -- Mentions: you can either `@mention` a user or a group present in your -GitLab instance and they will be notified via todos and email, unless that -person has disabled all notifications in their profile settings. +- You can either `@mention` a user or a group present in your + GitLab instance and they will be notified via todos and email, unless that + person has disabled all notifications in their profile settings. +- Mentions for yourself (the current logged in user),will be distinctly highlighted + in a different color, allowing you to easily see which comments involve you, + helping you focus on them quickly. To change your [notification settings](../../../workflow/notifications.md) navigate to **Profile Settings** > **Notifications** > **Global notification level** |