debian-mirror-gitlab/doc/user/group/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

64 lines
3.5 KiB
Markdown
Raw Normal View History

2019-09-04 21:01:54 +05:30
---
2020-06-23 00:09:42 +05:30
stage: Manage
2022-06-21 17:19:12 +05:30
group: Workspace
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2019-09-04 21:01:54 +05:30
---
2021-04-17 20:07:23 +05:30
# Groups **(FREE)**
2017-09-10 17:25:29 +05:30
2021-04-29 21:17:54 +05:30
In GitLab, you use groups to manage one or more related projects at the same time.
2019-09-04 21:01:54 +05:30
2021-04-29 21:17:54 +05:30
You can use groups to manage permissions for your projects. If someone has access to
the group, they get access to all the projects in the group.
2019-09-04 21:01:54 +05:30
2021-04-29 21:17:54 +05:30
You can also view all of the issues and merge requests for the projects in the group,
and view analytics that show the group's activity.
2017-09-10 17:25:29 +05:30
2021-04-29 21:17:54 +05:30
You can use groups to communicate with all of the members of the group at once.
2017-09-10 17:25:29 +05:30
2021-04-29 21:17:54 +05:30
For larger organizations, you can also create [subgroups](subgroups/index.md).
2017-09-10 17:25:29 +05:30
2022-08-27 11:52:29 +05:30
For more information about creating and managing your groups, see [Manage groups](manage.md).
2017-09-10 17:25:29 +05:30
2022-08-27 11:52:29 +05:30
## Group visibility
2021-09-30 23:02:18 +05:30
Like projects, a group can be configured to limit the visibility of it to:
- Anonymous users.
- All signed-in users.
- Only explicit group members.
2021-10-27 15:23:28 +05:30
The restriction for [visibility levels](../admin_area/settings/visibility_and_access_controls.md#restrict-visibility-levels)
2021-09-30 23:02:18 +05:30
on the application setting level also applies to groups. If set to internal, the explore page is
empty for anonymous users. The group page has a visibility level icon.
Administrator users cannot create a subgroup or project with a higher visibility level than that of
the immediate parent group.
2021-04-17 20:07:23 +05:30
## Related topics
2021-04-29 21:17:54 +05:30
- [Group wikis](../project/wiki/index.md)
2021-12-11 22:18:48 +05:30
- [Maximum artifacts size](../admin_area/settings/continuous_integration.md#maximum-artifacts-size).
- [Repositories analytics](repositories_analytics/index.md): View overall activity of all projects with code coverage.
2021-04-17 20:07:23 +05:30
- [Contribution analytics](contribution_analytics/index.md): View the contributions (pushes, merge requests,
2021-12-11 22:18:48 +05:30
and issues) of group members.
- [Issue analytics](issues_analytics/index.md): View a bar chart of your group's number of issues per month.
2021-04-17 20:07:23 +05:30
- Use GitLab as a [dependency proxy](../packages/dependency_proxy/index.md) for upstream Docker images.
2021-12-11 22:18:48 +05:30
- [Epics](epics/index.md): Track groups of issues that share a theme.
2021-04-17 20:07:23 +05:30
- [Security Dashboard](../application_security/security_dashboard/index.md): View the vulnerabilities of all
2021-12-11 22:18:48 +05:30
the projects in a group and its subgroups.
2021-04-17 20:07:23 +05:30
- [Insights](insights/index.md): Configure insights like triage hygiene, issues created/closed per a given period, and
2021-12-11 22:18:48 +05:30
average time for merge requests to be merged.
2021-04-17 20:07:23 +05:30
- [Webhooks](../project/integrations/webhooks.md).
- [Kubernetes cluster integration](clusters/index.md).
2021-12-11 22:18:48 +05:30
- [Audit Events](../../administration/audit_events.md#group-events).
2022-03-02 08:16:31 +05:30
- [CI/CD minutes quota](../../ci/pipelines/cicd_minutes.md): Keep track of the CI/CD minute quota for the group.
2021-04-17 20:07:23 +05:30
- [Integrations](../admin_area/settings/project_integration_management.md).
2022-08-13 15:12:31 +05:30
- [Transfer a project into a group](../project/settings/index.md#transfer-a-project-to-another-namespace).
2021-04-17 20:07:23 +05:30
- [Share a project with a group](../project/members/share_project_with_groups.md): Give all group members access to the project at once.
2022-08-27 11:52:29 +05:30
- [Lock the sharing with group feature](access_and_permissions.md#prevent-a-project-from-being-shared-with-groups).
2021-11-11 11:23:49 +05:30
- [Enforce two-factor authentication (2FA)](../../security/two_factor_authentication.md#enforce-2fa-for-all-users-in-a-group): Enforce 2FA
2021-04-17 20:07:23 +05:30
for all group members.
2022-08-13 15:12:31 +05:30
- Namespaces [API](../../api/namespaces.md) and [Rake tasks](../../raketasks/index.md).
2022-07-23 23:45:48 +05:30
- [Control access and visibility](../admin_area/settings/visibility_and_access_controls.md).