diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-10-19 10:27:10 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-10-19 10:27:10 +0000 |
commit | 7800964051da456b9cd1c85e2297b5628bac19a0 (patch) | |
tree | 79300a8ce118d0972e8818b787e02b86c4ed41d9 /doc | |
parent | d76c647797ac7fe55f6f98b4acc1f8f061368e5e (diff) | |
parent | 33a56db51ed81ec3065d299fbbb2e1bc5a4dd1fa (diff) | |
download | gitlab-ce-7800964051da456b9cd1c85e2297b5628bac19a0.tar.gz |
Merge branch 'docs/highlight-mentions' into 'master'
Document highlighted mentions
See merge request gitlab-org/gitlab-ce!22488
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** |