From b7a1f411951fb86e8930d3989c43c6517d276994 Mon Sep 17 00:00:00 2001 From: Eugenia Grieff Date: Mon, 11 Dec 2023 14:45:30 +0100 Subject: [PATCH] Enable linked_work_items by default Changelog: changed --- config/feature_flags/development/linked_work_items.yml | 2 +- doc/user/okrs.md | 8 ++++---- doc/user/tasks.md | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/feature_flags/development/linked_work_items.yml b/config/feature_flags/development/linked_work_items.yml index 92d15452dc6095..f50c796b621e3c 100644 --- a/config/feature_flags/development/linked_work_items.yml +++ b/config/feature_flags/development/linked_work_items.yml @@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/418946 milestone: '16.3' type: development group: group::product planning -default_enabled: false +default_enabled: true diff --git a/doc/user/okrs.md b/doc/user/okrs.md index ff8051755ca71f..a62104b0161d3a 100644 --- a/doc/user/okrs.md +++ b/doc/user/okrs.md @@ -504,12 +504,12 @@ or assignees, on the right. ## Linked items in OKRs -> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/416558) in GitLab 16.5 [with a flag](../administration/feature_flags.md) named `linked_work_items`. Disabled by default. +> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/416558) in GitLab 16.5 [with a flag](../administration/feature_flags.md) named `linked_work_items`. Enabled by default. +> - [Enabled on GitLab.com and self-managed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139394) in GitLab 16.7. FLAG: -On self-managed GitLab, by default this feature is not available. To make it available, an administrator can [enable the feature flag](../administration/feature_flags.md) named `linked_work_items`. -On GitLab.com, this feature is not available. -This feature is not ready for production use. +On self-managed GitLab, by default this feature is available. To hide the feature, an administrator can [disable the feature flag](../administration/feature_flags.md) named `linked_work_items`. +On GitLab.com, this feature is available. Linked items are a bi-directional relationship and appear in a block below the Child objectives and key results. You can link an objective, key result, or a task in the same project with each other. diff --git a/doc/user/tasks.md b/doc/user/tasks.md index bf6d25e7cdb234..1ec211dcab3ae8 100644 --- a/doc/user/tasks.md +++ b/doc/user/tasks.md @@ -493,14 +493,14 @@ or assignees, on the right. ![Task two column view](img/task_two_column_view_v16_7.png) -## Linked items in Tasks +## Linked items in tasks -> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/416558) in GitLab 16.5 [with a flag](../administration/feature_flags.md) named `linked_work_items`. Disabled by default. +> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/416558) in GitLab 16.5 [with a flag](../administration/feature_flags.md) named `linked_work_items`. Disabled by default. +> - [Enabled on GitLab.com and self-managed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139394) in GitLab 16.7. FLAG: -On self-managed GitLab, by default this feature is not available. To make it available, an administrator can [enable the feature flag](../administration/feature_flags.md) named `linked_work_items`. -On GitLab.com, this feature is not available. -This feature is not ready for production use. +On self-managed GitLab, by default this feature is available. To hide the feature, an administrator can [disable the feature flag](../administration/feature_flags.md) named `linked_work_items`. +On GitLab.com, this feature is available. Linked items are a bi-directional relationship and appear in a block below the emoji reactions section. You can link an objective, key result, or a task in the same project with each other. -- GitLab