Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-01 06:07:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-01 06:07:57 +0300
commit1dffba3bd853076efc1107b2dd63e221e75a210c (patch)
tree7d95f222bad46bacb4cb7490e44ce7cf51b6e2b7 /doc/user/todos.md
parent396ad86100541bed6bc9960541a7dcddfaddd6de (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/todos.md')
-rw-r--r--doc/user/todos.md21
1 files changed, 14 insertions, 7 deletions
diff --git a/doc/user/todos.md b/doc/user/todos.md
index e8da94af0c3..69c26660c87 100644
--- a/doc/user/todos.md
+++ b/doc/user/todos.md
@@ -4,7 +4,7 @@ disqus_identifier: 'https://docs.gitlab.com/ee/workflow/todos.html'
# GitLab To-Do List
-> [Introduced][ce-2817] in GitLab 8.5.
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/2817) in GitLab 8.5.
When you log into GitLab, you normally want to see where you should spend your
time, take some action, or know what you need to keep an eye on without
@@ -29,7 +29,7 @@ displays on the To-Do List.
## What triggers a To Do
-A To Do displays on your To-Do List when:
+A To Do appears on your To-Do List when:
- An issue or merge request is assigned to you
- You are `@mentioned` in the description or comment of an:
@@ -46,11 +46,13 @@ A To Do displays on your To-Do List when:
To-do triggers are not affected by [GitLab Notification Email settings](profile/notifications.md).
NOTE: **Note:**
-When a user no longer has access to a resource related to a To Do (like an issue, merge request, project, or group) the related To-Do items are deleted within the next hour for security reasons. The delete is delayed to prevent data loss, in case the user's access was revoked by mistake.
+When a user no longer has access to a resource related to a To Do (like an issue, merge request,
+project, or group) the related To-Do items are deleted within the next hour for security reasons.
+The delete is delayed to prevent data loss, in case the user's access was revoked by mistake.
### Directly addressing a To Do
-> [Introduced][ce-7926] in GitLab 9.0.
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/7926) in GitLab 9.0.
If you are mentioned at the start of a line, the To Do you receive will be listed
as 'directly addressed'. For example, in this comment:
@@ -136,7 +138,12 @@ There are four kinds of filters you can use on your To-Do List.
| Type | Filter by issue, merge request, or epic **(ULTIMATE)** |
| Action | Filter by the action that triggered the To Do |
-You can also filter by more than one of these at the same time. The possible Actions are `Any Action`, `Assigned`, `Mentioned`, `Added`, `Pipelines`, and `Directly Addressed`, [as described above](#what-triggers-a-to-do).
+You can also filter by more than one of these at the same time. The possible Actions are
+[described above](#what-triggers-a-to-do) and include:
-[ce-2817]: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/2817
-[ce-7926]: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/7926
+- Any Action
+- Assigned
+- Mentioned
+- Added
+- Pipelines
+- Directly Addressed