Commit 11219dae authored by Max Woolf's avatar Max Woolf

Merge branch 'ff_group_membership_export-default-on' into 'master'

Enable ff_group_membership_export flag by default

See merge request gitlab-org/gitlab!68140
parents 9372983b 11463a3e
......@@ -521,8 +521,7 @@ API requests to add a new user to a project are not possible.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/287940) in GitLab 14.2.
FLAG:
On self-managed GitLab, by default this feature is not available. To make it available per group, ask an administrator to [enable the :ff_group_membership_export flag](../../administration/feature_flags.md). On GitLab.com, this feature is not available.
The feature is not ready for production use.
On self-managed GitLab, by default this feature is available. To hide the feature per group, ask an administrator to [disable the :ff_group_membership_export flag](../../administration/feature_flags.md). On GitLab.com, this feature is available.
You can export a list of members in a group as a CSV.
......
......@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/336520
milestone: '14.2'
type: development
group: group::compliance
default_enabled: false
default_enabled: true
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