gitlab: move repository to another group inside gitlab

opensas picture opensas · Feb 19, 2019 · Viewed 21.9k times · Source

I was wondering if it's possible to move a gitlab repo to another group inside gitlab.

for example, if I have https://gitlab.com/my-user/my-repo I'd like to move it to https://gitlab.com/my-group/another-group/my-repo

ideally, keeping all the issues associated with it

Answer

Lukasz Kruszyna picture Lukasz Kruszyna · Feb 19, 2019

Yes, you can move your GitLab project from one namespace to another.

Your project -> Settings -> General -> Advanced enter image description here

Then, almost at the end of the list.

Transfer project enter image description here