Manage groups

Use groups to manage one or more related projects at the same time.

note
For self-managed customers it could be beneficial to create one single top-level group, so you can see an overview of your entire organization. For more information about efforts to create an organization view of all groups, see epic 9266. A single top-level group provides insights in your entire organization via a complete Security Dashboard and Center, Vulnerability and Compliance center, and Value stream analytics.

Add a group README

As a group owner or member, you can use a README to provide more information about your team, and invite users to contribute to your projects. The README is displayed on the group overview page, and can be changed in the group settings. All group members can edit the README.

Prerequisites:

  • To create the README from the group settings, you must have the Owner role for the group.

To add a group README:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > General.
  3. In the Group README section, select Add README. This action creates a new project gitlab-profile that contains the README.md file.
  4. On the prompt for creating a README, select Create and add README. You’re redirected to the Web IDE, where a README file is created.
  5. In the Web IDE, edit and commit the README.md file.

Change the owner of a group

You can change the owner of a group. Each group must always have at least one member with the Owner role.

  • As an administrator:
    1. On the left sidebar, select Search or go to and find your group.
    2. Select Manage > Members.
    3. Give a different member the Owner role.
    4. Refresh the page. You can now remove the Owner role from the original owner.
  • As the current group’s owner:
    1. On the left sidebar, select Search or go to and find your group.
    2. Select Manage > Members.
    3. Give a different member the Owner role.
    4. Have the new owner sign in and remove the Owner role from you.

Change a group’s path

Changing a group’s path (group URL) can have unintended side effects. Read how redirects behave on the project-level and in the API before you proceed.

If you are changing the path so it can be claimed by another group or user, you must rename the group too. Both names and paths must be unique.

To retain ownership of the original namespace and protect the URL redirects, create a new group and transfer projects to it instead.

To change your group path (group URL):

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > General.
  3. Expand the Advanced section.
  4. Under Change group URL, enter a new name.
  5. Select Change group URL.
caution
It is not possible to rename a namespace if it contains a project with Container Registry tags, because the project cannot be moved.
caution
To ensure that groups with thousands of subgroups get processed correctly, you should test the path change in a test environment. Consider increasing the Puma worker timeout temporarily. For more information about our solution to mitigate this timeout risk, see issue 432065.

Change the default branch protection of a group

History

By default, every group inherits the branch protection set at the global level.

To change this setting for a specific group, see group level default branch protection.

To change this setting globally, see initial default branch protection.

Use a custom name for the initial branch

History

When you create a new project in GitLab, a default branch is created with the first push. The group owner can customize the initial branch for the group’s projects to meet your group’s needs.

Share a group with another group

History

Similar to how you share a project with a group, you can share a group with another group by invitation. For more information about sharing conditions and behavior, see Sharing projects and groups.

Prerequisites:

  • You must be a member of the invited and inviting groups.

To invite a group to your group:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Manage > Members.
  3. Select Invite a group.
  4. In the Select a group to invite list, select the group you want to invite.
  5. Select a role as maximum access level.
  6. Select Invite.

Remove an invited group

To remove an invited group:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Manage > Members.
  3. Select the Groups tab.
  4. To the right of the account you want to remove, select Remove group ( ).

When you remove the invited group from your group:

  • All direct members of the invited group no longer have access to the inviting group.
  • Members of the invited group no longer count towards the billable members of the inviting group.

Transfer a group

Transferring groups moves them from one place to another in the same GitLab instance. You can:

  • Transfer a subgroup to a new parent group.
  • Convert a top-level group into a subgroup by transferring it to the desired group.
  • Convert a subgroup into a top-level group by transferring it out of its current group.

If you need to copy a group to a different GitLab instance, migrate the group by direct transfer.

When transferring groups, note:

  • Changing a group’s parent can have unintended side effects. See what happens when a repository path changes.
  • You must have the Owner role in the source and target group.
  • You must update your local repositories to point to the new location.
  • If the immediate parent group’s visibility is lower than the group’s current visibility, visibility levels for subgroups and projects change to match the new parent group’s visibility.
  • Only explicit group membership is transferred, not inherited membership. If the group’s owners have only inherited membership, this leaves the group without an owner. In this case, the user transferring the group becomes the group’s owner.
  • Transfers fail if npm packages exist in any of the projects in the group, or in any of its subgroups.
  • Existing packages that use a group-level endpoint (Maven, NuGet, PyPI, Composer, and Debian) need to be updated per the package’s steps for setting up the group level endpoint.
  • Existing package names need to be updated if the package uses an instance level endpoint (Maven, npm, Conan) and the group was moved to another root level namespace.
  • Maven packages follow a naming convention that prevent installing or publishing the respective package from a group level endpoint after group transfer.
  • Top-level groups that have a subscription on GitLab.com cannot be transferred. To make the transfer possible, the top-level group’s subscription must be removed first. Then the top-level group can be transferred as a subgroup to another top-level group.

To transfer a group:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > General.
  3. Expand the Advanced section.
  4. In the Remove group section, select Transfer group.
  5. Select the group name in the drop down menu.
  6. Select Transfer group.

Disable email notifications

History

You can disable all email notifications related to the group, which includes its subgroups and projects.

To disable email notifications:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > General.
  3. Expand the Permissions and group features section.
  4. Select Email notifications are disabled.
  5. Select Save changes.

Disable group mentions

History

You can prevent users from being added to a conversation and getting notified when anyone mentions a group in which those users are members.

Groups with disabled mentions are visualized accordingly in the autocompletion dropdown list.

This is particularly helpful for groups with a large number of users.

To disable group mentions:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > General.
  3. Expand the Permissions and group features section.
  4. Select Group mentions are disabled.
  5. Select Save changes.

Export members as CSV

Tier: Premium, Ultimate Offering: GitLab.com, Self-managed, GitLab Dedicated
History

You can export a list of members in a group or subgroup as a CSV.

  1. On the left sidebar, select Search or go to and find your group or subgroup.
  2. Select Manage > Members.
  3. Select Export as CSV.
  4. After the CSV file has been generated, it is emailed as an attachment to the user that requested it.

The output lists direct members and members inherited from the ancestor groups. For members with Minimal Access in the selected group, their Max Role and Source are derived from their membership in subgroups. Issue 390358 tracks the discussion about the group members CSV export list not matching the UI members list.

User cap for groups

History

For more information about user caps for GitLab self-managed, see User cap.

When the number of billable members reaches the user cap, new users can’t be added to the group without being approved by the group owner.

Groups with the user cap feature enabled have group sharing disabled for the group and its subgroups.

Specify a user cap for a group

Prerequisites:

  • You must be assigned the Owner role for the group.

To specify a user cap:

  1. On the left sidebar, select Search or go to and find your group. You can set a cap on the top-level group only.
  2. Select Settings > General.
  3. Expand Permissions and group features.
  4. In the User cap box, enter the desired number of users.
  5. Select Save changes.

If you already have more users in the group than the user cap value, users are not removed. However, you can’t add more without approval.

Increasing the user cap does not approve pending members.

Remove the user cap for a group

You can remove the user cap, so there is no limit on the number of members you can add to a group.

Prerequisites:

  • You must be assigned the Owner role for the group.

To remove the user cap:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > General.
  3. Expand Permissions and group features.
  4. In the User cap box, delete the value.
  5. Select Save changes.

Decreasing the user cap does not approve pending members.

Approve pending members for a group

When the number of billable users reaches the user cap, any new member is put in a pending state and must be approved.

Pending members do not count as billable. Members count as billable only after they have been approved and are no longer in a pending state.

Prerequisites:

  • You must be assigned the Owner role for the group.

To approve members that are pending because they’ve exceeded the user cap:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > Usage Quotas.
  3. On the Seats tab, under the alert, select View pending approvals.
  4. For each member you want to approve, select Approve.

Known issues

The user cap cannot be enabled if a group, subgroup, or project is shared externally. If a group, subgroup, or project is shared externally, it is shared outside of the namespace hierarchy, regardless of its level in the hierarchy.

To ensure that the user cap applies when groups, subgroups, or projects are shared externally, restrict group sharing only within the top-level namespace. This ensure that groups in the same top-leve namespace can be invited, and prevents the addition of new users (seats) when the group is shared.

On GitLab.com, on the Ultimate tier, there is a known issue where you cannot add new guest users to a group when the amount of billable users exceeds the user cap. For example, suppose you have a user cap of 5, with 3 developers and 2 guests. After you add 2 more developers, you cannot add any more users, even if they are guest users that don’t consume a billable seat.

Group file templates

Tier: Premium, Ultimate Offering: GitLab.com, Self-managed, GitLab Dedicated

Use group file templates to share a set of templates for common file types with every project in a group. It is analogous to the instance template repository. The selected project should follow the same naming conventions as are documented on that page.

You can only choose projects in the group as the template source. This includes projects shared with the group, but it excludes projects in subgroups or parent groups of the group being configured.

You can configure this feature for both subgroups and immediate parent groups. A project in a subgroup has access to the templates for that subgroup and any immediate parent groups.

To learn how to create templates for issues and merge requests, see description templates.

Define project templates at a group level by setting a group as the template source. For more information, see group-level project templates.

Enable group file template

Tier: Premium, Ultimate Offering: GitLab.com, Self-managed, GitLab Dedicated

To enable group file templates:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > General.
  3. Expand the Templates section.
  4. Choose a project to act as the template repository.
  5. Select Save changes.

Group merge checks settings

Tier: Premium, Ultimate Offering: GitLab.com, Self-managed, GitLab Dedicated
History
  • Introduced in GitLab 15.9 with a flag name support_group_level_merge_checks_setting. Disabled by default.
  • Generally available in GitLab 16.9. Feature flag support_group_level_merge_checks_setting removed.

Group owners can set up merge request checks on a top-level group, which apply to all subgroups and projects.

If the settings are inherited by a subgroup or project, they cannot be changed in the subgroup or project that inherited them.

Require a successful pipeline for merge

You can configure all child projects in your group to require a complete and successful pipeline before merge.

See also the project-level setting.

Prerequisites:

  • You must be the owner of the group.

To enable this setting:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > General.
  3. Expand Merge requests.
  4. Under Merge checks, select Pipelines must succeed. This setting also prevents merge requests from being merged if there is no pipeline.
  5. Select Save changes.

Allow merge after skipped pipelines

You can configure skipped pipelines from preventing merge requests from being merged.

See also the project-level setting.

Prerequisites:

  • You must be the owner of the group.

To change this behavior:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > General.
  3. Expand Merge requests.
  4. Under Merge checks:
    • Select Pipelines must succeed.
    • Select Skipped pipelines are considered successful.
  5. Select Save changes.

Prevent merge unless all threads are resolved

You can prevent merge requests from being merged until all threads are resolved. When this setting is enabled, for all child projects in your group, the Unresolved threads count in a merge request is shown in orange when at least one thread remains unresolved.

Prerequisites:

  • You must be the owner of the group.

To enable this setting:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > General.
  3. Expand Merge requests.
  4. Under Merge checks, select All threads must be resolved.
  5. Select Save changes.

Group merge request approval settings

Tier: Premium, Ultimate Offering: GitLab.com, Self-managed, GitLab Dedicated

Group approval settings manage project merge request approval settings for all projects in a top-level group. These settings cascade to all projects that belong to the group.

To view the merge request approval settings for a group:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > General.
  3. Expand the Merge request approvals section.
  4. Select the settings you want.
  5. Select Save changes.

Approval settings should not be confused with approval rules. Support for the ability to set merge request approval rules for groups is tracked in epic 4367.

Enable Experiment and Beta features

Tier: Premium, Ultimate Offering: GitLab.com
History
caution
Experiment and Beta features may produce unexpected results (for example, the results might be low-quality, incomplete, incoherent, offensive, or insensitive, and might include insecure code or failed pipelines).
note
GitLab Duo Chat is an only feature available in Premium tier.

You can give all users in a top-level group access to Experiment and Beta features. This setting cascades to all projects that belong to the group.

To enable Experiment features for a top-level group:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > General.
  3. Expand Permissions and group features.
  4. Under Experiment and Beta features, select the Use Experiment and Beta features checkbox.
  5. Select Save changes.

Group activity analytics

Tier: Premium, Ultimate Offering: GitLab.com, Self-managed, GitLab Dedicated
History

For a group, you can view how many merge requests, issues, and members were created in the last 90 days.

These Group Activity Analytics can be enabled with the group_activity_analytics feature flag.

Recent Group Activity

Changes to group wikis do not appear in group activity analytics.

View group activity

You can view the most recent actions taken in a group, either in your browser or in an RSS feed:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Manage > Activity.

To view the activity feed in Atom format, select the RSS ( ) icon.