Search code examples
gitgitlabgitlab-ce

Move repository from one group to another in GitLab


Is it possible to move a GitLab repository from one group to another in GitLab?

For example, 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, I'd like to keep all the issues associated with it.


Solution

  • 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