Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
13ad37d8
Commit
13ad37d8
authored
Feb 17, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'directly-addressed-todo-docs' into 'master'
Add docs for directly addressed todos See merge request !9312
parents
a0a81caf
e4a26c0c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
doc/workflow/todos.md
doc/workflow/todos.md
+25
-1
No files found.
doc/workflow/todos.md
View file @
13ad37d8
...
@@ -32,6 +32,29 @@ A Todo appears in your Todos dashboard when:
...
@@ -32,6 +32,29 @@ A Todo appears in your Todos dashboard when:
>**Note:** Commenting on a commit will _not_ trigger a Todo.
>**Note:** Commenting on a commit will _not_ trigger a Todo.
### Directly addressed Todos
> [Introduced][ce-7926] in GitLab 9.0.
If you are mentioned at the start of a line, the todo you receive will be listed
as 'directly addressed'. For instance, in this comment:
```
markdown
@alice What do you think? cc: @bob
-
@carol can you please have a look?
>>>
@dan what do you think?
>>>
@erin @frank thank you!
```
The people receiving directly addressed todos are
`@alice`
,
`@erin`
, and
`@frank`
. Directly addressed todos only differ from mention todos in their type,
for filtering; otherwise, they appear as normal.
### Manually creating a Todo
### Manually creating a Todo
You can also add an issue or merge request to your Todos dashboard by clicking
You can also add an issue or merge request to your Todos dashboard by clicking
...
@@ -85,8 +108,9 @@ There are four kinds of filters you can use on your Todos dashboard.
...
@@ -85,8 +108,9 @@ There are four kinds of filters you can use on your Todos dashboard.
| Project | Filter by project |
| Project | Filter by project |
| Author | Filter by the author that triggered the Todo |
| Author | Filter by the author that triggered the Todo |
| Type | Filter by issue or merge request |
| Type | Filter by issue or merge request |
| Action | Filter by the action that triggered the Todo
(Assigned or Mentioned)
|
| Action | Filter by the action that triggered the Todo |
You can also filter by more than one of these at the same time.
You can also filter by more than one of these at the same time.
[
ce-2817
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2817
[
ce-2817
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2817
[
ce-7926
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7926
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment