diff options
author | Rémy Coutable <remy@rymai.me> | 2017-06-09 16:01:29 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-06-09 16:01:29 +0000 |
commit | 6168d199350965a881794877087c0ac980baf695 (patch) | |
tree | 30998728cd8f9716be4062122445b5cc8b7233a7 /doc | |
parent | 72c2f3c12100243837d371b959cce2e98ba7804f (diff) | |
parent | 67f6b063e43cf01a4a95af6a0f3bad7678e8fa04 (diff) | |
download | gitlab-ce-6168d199350965a881794877087c0ac980baf695.tar.gz |
Merge branch 'clarify-transferring-project' into 'master'
Clarify transferring project, specify permissions
See merge request !11934
Diffstat (limited to 'doc')
-rw-r--r-- | doc/workflow/groups.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/workflow/groups.md b/doc/workflow/groups.md index 1cb3c940f00..1645e7e8d65 100644 --- a/doc/workflow/groups.md +++ b/doc/workflow/groups.md @@ -23,9 +23,10 @@ You can use the 'New project' button to add a project to the new group. ## Transferring an existing project into a group -You can transfer an existing project into a group you own from the project settings page. The option to transfer a project is only available if you are the Owner of the project. +You can transfer an existing project into a group you have at least Master access in from the project settings page. +The option to transfer a project is only available if you are the Owner of the project. First scroll down to the 'Dangerous settings' and click 'Show them to me'. -Now you can pick any of the groups you manage as the new namespace for the group. +Now you can pick any of the groups you have at least Master access in as the new namespace for the group. ![Transfer a project to a new namespace](groups/transfer_project.png) |