You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for all projects in the group, together in a single list view.
22
+
-[Bulk edit](../group/bulk_editing/index.md) issues, epics, and merge requests.
18
23
19
-
Find your groups by clicking **Groups > Your Groups** in the top navigation.
24
+
You can also create [subgroups](subgroups/index.md).
20
25
21
-

26
+
## View groups
22
27
23
-
> The **Groups** dropdown in the top navigation was [introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/36234) in [GitLab 11.1](https://about.gitlab.com/releases/2018/07/22/gitlab-11-1-released/#groups-dropdown-in-navigation).
28
+
To view groups:
24
29
25
-
The **Groups** page displays:
30
+
1. In the top menu, select **Groups > Your Groups**. All groups you are a member of are displayed.
31
+
1. To view a list of public groups, select **Explore public groups**.
26
32
27
-
- All groups you are a member of, when **Your groups** is selected.
28
-
- A list of public groups, when **Explore public groups** is selected.
33
+
You can also view groups by namespace.
29
34
30
-
Each group on the **Groups** page is listed with:
35
+
### Namespaces
31
36
32
-
- How many subgroups it has.
33
-
- How many projects it contains.
34
-
- How many members the group has, not including members inherited from parent group(s).
35
-
- The group's visibility.
36
-
- A link to the group's settings, if you have sufficient permissions.
37
-
- A link to leave the group, if you are a member.
38
-
39
-
## Use cases
40
-
41
-
You can create groups for numerous reasons. To name a couple:
42
-
43
-
- Grant access to multiple projects and multiple team members in fewer steps by organizing related projects under the same [namespace](#namespaces) and adding members to the top-level group.
44
-
- Make it easier to `@mention` all of your team at once in issues and merge requests by creating a group and including the appropriate members.
45
-
46
-
For example, you could create a group for your company members, and create a [subgroup](subgroups/index.md) for each individual team. Let's say you create a group called `company-team`, and you create subgroups in this group for the individual teams `backend-team`, `frontend-team`, and `production-team`.
47
-
48
-
- When you start a new implementation from an issue, you add a comment:
49
-
_"`@company-team`, let's do it! `@company-team/backend-team` you're good to go!"_
50
-
- When your backend team needs help from frontend, they add a comment:
51
-
_"`@company-team/frontend-team` could you help us here please?"_
52
-
- When the frontend team completes their implementation, they comment:
53
-
_"`@company-team/backend-team`, it's done! Let's ship it `@company-team/production-team`!"_
54
-
55
-
## Namespaces
56
-
57
-
In GitLab, a namespace is a unique name to be used as a user name, a group name, or a subgroup name.
37
+
In GitLab, a namespace is a unique name and URL for a user, a group, or subgroup.
1. Alex creates an account on GitLab.com with the username `alex`;
66
-
their profile will be accessed under `https://gitlab.example.com/alex`
67
-
1. Alex creates a group for their team with the group name `alex-team`;
68
-
the group and its projects will be accessed under `https://gitlab.example.com/alex-team`
69
-
1. Alex creates a subgroup of `alex-team` with the subgroup name `marketing`;
70
-
this subgroup and its projects will be accessed under `https://gitlab.example.com/alex-team/marketing`
71
-
72
-
By doing so:
73
-
74
-
- Any team member mentions Alex with `@alex`
75
-
- Alex mentions everyone from their team with `@alex-team`
76
-
- Alex mentions only the marketing team with `@alex-team/marketing`
45
+
1. Alex creates an account with the username `alex`: `https://gitlab.example.com/alex`
46
+
1. Alex creates a group for their team with the group name `alex-team`.
47
+
The group and its projects are available at: `https://gitlab.example.com/alex-team`
48
+
1. Alex creates a subgroup of `alex-team` with the subgroup name `marketing`.
49
+
The subgroup and its projects are available at: `https://gitlab.example.com/alex-team/marketing`
77
50
78
-
## Issues and merge requests within a group
51
+
## Create a group
79
52
80
-
Issues and merge requests are part of projects. For a given group, you can view all of the
81
-
[issues](../project/issues/index.md#issues-list) and [merge requests](../project/merge_requests/reviewing_and_managing_merge_requests.md#view-merge-requests-for-all-projects-in-a-group) across all projects in that group,
82
-
together in a single list view.
83
-
84
-
### Bulk editing issues and merge requests
85
-
86
-
For details, see [bulk editing issues and merge requests](../group/bulk_editing/index.md).
87
-
88
-
## Create a new group
89
-
90
-
> For a list of words that are not allowed to be used as group names see the
91
-
> [reserved names](../reserved_names.md).
53
+
NOTE:
54
+
For a list of words that can not be used as group names, see
55
+
[reserved names](../reserved_names.md).
92
56
93
-
To create a new Group, either:
57
+
To create a new group, either:
94
58
95
59
- In the top menu, click **Groups** and then **Your Groups**, and click the green button **New group**.
96
60
@@ -166,7 +130,7 @@ If you change your mind before your request is approved, just click the
0 commit comments