Clarify what groups projects can be shared with.
This commit is contained in:
parent
30011bdce5
commit
a94bfa1012
1 changed files with 17 additions and 7 deletions
|
@ -16,19 +16,29 @@ say 'Project Acme', in GitLab is to make the 'Engineering' group the owner of 'P
|
|||
Acme'. But what if 'Project Acme' already belongs to another group, say 'Open Source'?
|
||||
This is where the group sharing feature can be of use.
|
||||
|
||||
To share 'Project Acme' with the 'Engineering' group, go to the project settings page for 'Project Acme' and use the left navigation menu to go to the **Settings > Members** section.
|
||||
To share 'Project Acme' with the 'Engineering' group:
|
||||
|
||||
![share project with groups](img/share_project_with_groups.png)
|
||||
1. For 'Project Acme' use the left navigation menu to go to **Settings > Members**
|
||||
|
||||
Then select the 'Share with group' tab by clicking it.
|
||||
![share project with groups](img/share_project_with_groups.png)
|
||||
|
||||
Now you can add the 'Engineering' group with the maximum access level of your choice. Click 'Share' to share it.
|
||||
1. Select the 'Share with group' tab
|
||||
1. Add the 'Engineering' group with the maximum access level of your choice
|
||||
1. Click **Share** to share it
|
||||
|
||||
![share project with groups tab](img/share_project_with_groups_tab.png)
|
||||
![share project with groups tab](img/share_project_with_groups_tab.png)
|
||||
|
||||
After sharing 'Project Acme' with 'Engineering', the project will be listed on the group dashboard.
|
||||
1. After sharing 'Project Acme' with 'Engineering', the project will be listed
|
||||
on the group dashboard
|
||||
|
||||
!['Project Acme' is listed as a shared project for 'Engineering'](img/other_group_sees_shared_project.png)
|
||||
!['Project Acme' is listed as a shared project for 'Engineering'](img/other_group_sees_shared_project.png)
|
||||
|
||||
Note that you can only share a project with:
|
||||
|
||||
- groups for which you have an explicitly defined membership
|
||||
- groups that contain a nested subgroup or project for which you have an explicitly defined role
|
||||
|
||||
Admins are able to share projects with any group in the system.
|
||||
|
||||
## Maximum access level
|
||||
|
||||
|
|
Loading…
Reference in a new issue