Reputation: 415
I want to move a project under my username/ownership to a group whose owner is a different user. Something like https://gitlab/user/project to https://gitlab/group/project
How can I achieve this?
Upvotes: 11
Views: 8701
Reputation: 5689
You can do this in the left-hand sidebar, under Settings
-> General
-> Transfer project
. You will need manage rights to that group that you are transferring to though.
- Be careful. Changing the project's namespace can have unintended side effects.
- You can only transfer the project to namespaces you manage.
- You will need to update your local repositories to point to the new location.
- Project visibility level will be changed to match namespace rules when transferring to a group.
Upvotes: 14