2019-10-28 02:06:30 -04:00
---
disqus_identifier: 'https://docs.gitlab.com/ee/workflow/todos.html'
2020-05-26 23:08:26 -04:00
stage: Plan
group: Project Management
2020-11-26 01:09:20 -05:00
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2019-10-28 02:06:30 -04:00
---
2021-07-22 14:08:29 -04:00
# To-Do List **(FREE)**
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
Your *To-Do List* is a chronological list of items waiting for your input.
The items are known as *to-do items* .
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
You can use the To-Do List to track [actions ](#actions-that-create-to-do-items ) related to:
2019-10-28 02:06:30 -04:00
2021-04-21 02:09:28 -04:00
- [Issues ](project/issues/index.md )
- [Merge requests ](project/merge_requests/index.md )
- [Epics ](group/epics/index.md )
- [Designs ](project/issues/design_management.md )
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
## Access the To-Do List
2020-09-16 11:09:32 -04:00
2021-07-22 14:08:29 -04:00
To access your To-Do List:
2020-09-16 11:09:32 -04:00
2021-07-22 14:08:29 -04:00
On the top bar, in the top right, select To-Do List (**{task-done}**).
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
## Actions that create to-do items
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
Many to-do items are created automatically.
A to-do item is added to your To-Do List when:
2019-10-28 02:06:30 -04:00
2020-09-16 11:09:32 -04:00
- An issue or merge request is assigned to you.
2021-11-25 07:10:23 -05:00
- You're [mentioned ](discussions/index.md#mentions ) in the description or
2021-08-18 11:11:07 -04:00
comment of an issue, merge request, or epic.
- You are mentioned in a comment on a commit or design.
2021-07-22 14:08:29 -04:00
- The CI/CD pipeline for your merge request fails.
- An open merge request cannot be merged due to conflict, and one of the
2020-09-16 11:09:32 -04:00
following is true:
- You're the author.
- You're the user that set the merge request to automatically merge after a
pipeline succeeds.
2020-10-14 20:08:42 -04:00
- [In GitLab 13.2 ](https://gitlab.com/gitlab-org/gitlab/-/issues/12136 ) and later, a
2020-09-16 11:09:32 -04:00
merge request is removed from a
2021-06-29 14:07:04 -04:00
[merge train ](../ci/pipelines/merge_trains.md ),
2021-04-21 02:09:28 -04:00
and you're the user that added it.
2020-09-16 11:09:32 -04:00
2021-07-22 14:08:29 -04:00
When several actions occur for the same user on the same object,
GitLab displays the first action as a single to-do item.
To-do items aren't affected by [GitLab notification email settings ](profile/notifications.md ).
## Create a to-do item
You can manually add an item to your To-Do List.
2020-09-16 11:09:32 -04:00
2021-07-22 14:08:29 -04:00
1. Go to your:
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
- [Issue ](project/issues/index.md )
- [Merge request ](project/merge_requests/index.md )
- [Epic ](group/epics/index.md )
- [Design ](project/issues/design_management.md )
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
1. On the right sidebar, at the top, select **Add a to do** .
![Adding a to-do item from the issuable sidebar ](img/todos_add_todo_sidebar_v14_1.png )
## Create a to-do item by directly addressing someone
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
You can create a to-do item by directly addressing someone at the start of a line.
For example, in the following comment:
2019-10-28 02:06:30 -04:00
```markdown
@alice What do you think? cc: @bob
- @carol can you please have a look?
>>>
@dan what do you think?
>>>
@erin @frank thank you!
```
2021-07-22 14:08:29 -04:00
The people who receive to-do items are `@alice` , `@erin` , and
`@frank` .
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
To view to-do items where a user was directly addressed, go to the To-Do List and
from the **Action** filter, select **Directly addressed** .
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
Mentioning a user many times only creates one to-do item.
2020-10-08 05:08:40 -04:00
2021-07-22 14:08:29 -04:00
## Actions that mark a to-do item as done
2019-10-28 02:06:30 -04:00
2021-04-21 02:09:28 -04:00
Any action to an issue, merge request, or epic marks its
2020-10-28 14:08:52 -04:00
corresponding to-do item as done.
2019-10-28 02:06:30 -04:00
2020-10-28 14:08:52 -04:00
Actions that dismiss to-do items include:
2019-10-28 02:06:30 -04:00
- Changing the assignee
- Changing the milestone
2021-07-22 14:08:29 -04:00
- Closing the issue or merge request
- Adding or removing a label
2019-10-28 02:06:30 -04:00
- Commenting on the issue
2021-06-14 17:10:22 -04:00
- Resolving a [design discussion thread ](project/issues/design_management.md#resolve-design-threads )
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
If someone else closes, merges, or takes action on an issue, merge request, or
2021-04-21 02:09:28 -04:00
epic, your to-do item remains pending.
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
## Mark a to-do item as done
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
You can manually mark a to-do item as done.
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
There are two ways to do this:
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
- In the To-Do List, to the right of the to-do item, select **Done** .
- In the sidebar of an issue, merge request, or epic, select **Mark as done** .
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
![Mark as done from the sidebar ](img/todos_mark_done_sidebar_v14_1.png )
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
## Mark all to-do items as done
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
You can mark all your to-do items as done at the same time.
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
In the To-Do List, in the top right, select **Mark all as done** .
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
## How a user's To-Do List is affected when their access changes
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
For security reasons, GitLab deletes to-do items when a user no longer has access to a related resource.
For example, if the user no longer has access to an issue, merge request, epic, project, or group,
GitLab deletes the related to-do items.
2019-10-28 02:06:30 -04:00
2021-07-22 14:08:29 -04:00
This process occurs in the hour after their access changes. Deletion is delayed to
prevent data loss, in case the user's access was accidentally revoked.