summaryrefslogtreecommitdiff
path: root/doc/user/project/index.md
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-12-19 16:11:18 -0200
committerJohn Doe <axil@gitlab.com>2017-12-21 19:10:06 +0100
commit2644cfef862fefdb1a4080f8e0439aa863b5bd6e (patch)
tree50871c086e0bc5cfb2bc32c85ce23c35e9f15829 /doc/user/project/index.md
parent563a801c6ab7e6cb9d1481eb3fdc7c82d7942983 (diff)
downloadgitlab-ce-2644cfef862fefdb1a4080f8e0439aa863b5bd6e.tar.gz
move "Transfer an existing project into a group" to project docs
- move the section - replace identifiers with inline links - update settings (General settings > Advanced settings)
Diffstat (limited to 'doc/user/project/index.md')
-rw-r--r--doc/user/project/index.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user/project/index.md b/doc/user/project/index.md
index 5d91aef5735..33b0ecf7203 100644
--- a/doc/user/project/index.md
+++ b/doc/user/project/index.md
@@ -105,6 +105,17 @@ Read through the documentation on [project settings](settings/index.md).
- [Export a project from GitLab](settings/import_export.md#exporting-a-project-and-its-data)
- [Importing and exporting projects between GitLab instances](settings/import_export.md)
+## Transfer an existing project into a group
+
+You can transfer an existing project into a [group](../group/index.md) as long as you have at least **Master** [permissions](../permissions.md#permissions) to that group
+and if you are an **Owner** of the project.
+
+![Transfer a project to a new namespace](img/transfer_project_to_other_group.png)
+
+Find this option under your project's **General settings > Advanced settings**.
+
+GitLab administrators can use the admin interface to move any project to any namespace if needed.
+
## Project's members
Learn how to [add members to your projects](members/index.md).