Commit 0ef57305 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu Committed by Marcin Sedlak-Jakubowski

Document multiple_todos feature flag

Add docs for multiple todos
parent 38240093
......@@ -45,9 +45,26 @@ A to-do item is added to your To-Do List when:
When several actions occur for the same user on the same object,
GitLab displays the first action as a single to-do item.
To change this behavior, enable
[multiple to-do items per object](#multiple-to-do-items-per-object).
To-do items aren't affected by [GitLab notification email settings](profile/notifications.md).
### Multiple to-do items per object **(FREE SELF)**
<!-- When the feature flag is removed, integrate this topic into the one above. -->
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/28355) in GitLab 13.8 [with a flag](../administration/feature_flags.md) named `multiple_todos`. Disabled by default.
FLAG:
On self-managed GitLab, by default this feature is not available. To make it available per user,
ask an administrator to [enable the feature flag](../administration/feature_flags.md) named `multiple_todos`.
On GitLab.com, this feature is not available.
The feature is not ready for production use.
When you enable this feature, new actions for the same user on the same object
create new to-do items.
## Create a to-do item
You can manually add an item to your To-Do List.
......@@ -73,9 +90,7 @@ For example, in the following comment:
- @carol can you please have a look?
>>>
@dan what do you think?
>>>
> @dan what do you think?
@erin @frank thank you!
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment