From 21694095665f5c6f22a29aa0fc5628a63aed332c Mon Sep 17 00:00:00 2001 From: Lee Tickett <ltickett@gitlab.com> Date: Thu, 21 Sep 2023 09:29:38 +0000 Subject: [PATCH] Update multiple_todos FF docs --- doc/user/todos.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/user/todos.md b/doc/user/todos.md index eedd5d8a5101b..8e207a786c35d 100644 --- a/doc/user/todos.md +++ b/doc/user/todos.md @@ -66,11 +66,12 @@ To-do items aren't affected by [GitLab notification email settings](profile/noti > - [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. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82470) in GitLab 14.9: only mentions create multiple to-do items. +> - [Enabled on GitLab.com](https://gitlab.com/gitlab-org/gitlab/-/issues/28355) in GitLab 16.2. FLAG: On self-managed GitLab, by default this feature is not available. To make it available per user, an administrator can [enable the feature flag](../administration/feature_flags.md) named `multiple_todos`. -On GitLab.com, this feature is not available. +On GitLab.com, this feature is available. The feature is not ready for production use. When you enable this feature: -- GitLab