Batch move repositories to a different group

When I joined Gitlab, I started moving some of my repos over from GH. I had created a group to hold some of them, but when importing, I didn’t understand the interface yet, and they all ended up directly under my user.

Is there a way to move them all at once? Doing mouse clicks for each individual repository is very much a pain for my RSI.

Hi @tamara. You’ll only be able to do this if you are running your own instance (not on GitLab.com). You can achieve this via the API using a token with the necessary admin permissions:

Thanks, Mark, that’s actually helpful. :slight_smile: