gitlab: move repository to another group inside gitlab

GitGitlabGitlab Ce

Git Problem Overview


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

Git Solutions


Solution 1 - Git

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionopensasView Question on Stackoverflow
Solution 1 - GitLukasz KruszynaView Answer on Stackoverflow