diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-05 09:08:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-05 09:08:31 +0000 |
commit | a76d34e6716aa8267111ecdcd21416e9dec3a08d (patch) | |
tree | 25876a46afec0af5b0d7168addb45e743d2a2128 /doc/user/project/issues | |
parent | 00bd11b166a886742f04d38c0d2551e52ff51472 (diff) | |
download | gitlab-ce-a76d34e6716aa8267111ecdcd21416e9dec3a08d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/issues')
-rw-r--r-- | doc/user/project/issues/issue_data_and_actions.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/user/project/issues/issue_data_and_actions.md b/doc/user/project/issues/issue_data_and_actions.md index 8bb43b1231f..d6576fc780d 100644 --- a/doc/user/project/issues/issue_data_and_actions.md +++ b/doc/user/project/issues/issue_data_and_actions.md @@ -200,8 +200,12 @@ to let them know your reaction without spamming them. #### 21. Show all activity You can filter what is displayed in the issue history by clicking on **Show all activity** -and selecting either **Show comments only**, which only shows threads and hides -updates to the issue, or **Show history only**, which hides threads and only shows updates. +and selecting either: + +- **Show comments only**, which only shows threads and hides updates to the issue. +- **Show history only**, which hides threads and only shows updates. + +Also: - You can mention a user or a group present in your GitLab instance with `@username` or `@groupname` and they will be notified via To-Do items |