diff --git a/config/feature_flags/beta/move_issue_children.yml b/config/feature_flags/beta/move_issue_children.yml
index ea0bab52429e0fe6e4fe6eeae83433b0535adb9a..f0506e0a13c0768ff17aea3e52b8ad616090c4ba 100644
--- a/config/feature_flags/beta/move_issue_children.yml
+++ b/config/feature_flags/beta/move_issue_children.yml
@@ -6,4 +6,4 @@ rollout_issue_url: https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17
 milestone: '16.9'
 group: group::project management
 type: beta
-default_enabled: false
+default_enabled: true
diff --git a/doc/user/project/issues/managing_issues.md b/doc/user/project/issues/managing_issues.md
index a27507a4143e4ad50d1ff59af9ae14a8218e2d45..98ab8c08d90ec971bfe975b437fee9dbbeb7f14c 100644
--- a/doc/user/project/issues/managing_issues.md
+++ b/doc/user/project/issues/managing_issues.md
@@ -134,12 +134,12 @@ To move an issue:
 ### Moving tasks when the parent issue is moved
 
 > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/371252) in GitLab 16.9 [with a flag](../../../administration/feature_flags.md) named `move_issue_children`. Disabled by default.
+> - [Enabled on GitLab.com and self-managed](https://gitlab.com/gitlab-org/gitlab/-/issues/371252) in GitLab 16.11.
 
 FLAG:
-On self-managed GitLab, by default this feature is not available. To make it available per project or for your entire instance,
-an administrator can [enable the feature flag](../../../administration/feature_flags.md) named `move_issue_children`.
-On GitLab.com and GitLab Dedicated, 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 `move_issue_children`.
+On GitLab.com, this feature is available.
 
 When this feature is enabled, when you move an issue to another project, all its child tasks are also
 moved to the target project and remain associated as child tasks on the moved issue.