gitlab-copy
gitlab-copy copied to clipboard
Batch copy issues between GitLab instances, with some cool features
Thanks for the wonderful tool! I tried a YAML setup like this to copy labels between projects: ```yml from: url: http://gitlab.foobar.com token: foo project: 1 labelsOnly: true to: url: http://gitlab.foobar.com...
Very happy to have found this utility. It helped me to solve capturing a snapshot of a repo that was too large to export/import by bringing over just the current...
Hi there, Is there a way to copy Notes/Comments from Gitlab Issues WITHOUT copying over all of the notes and comments? I have had a look through the project and...
I am looking for a method to copy my issues within the same project: ``` from: url: https://gitlab.com token: my-very-secret-token project: my-team/my-project issues: - 1156 to: url: https://gitlab.com token: my-very-secret-token...
I tried to move all issues in one repo. from my gitlab instance to [Gitlab Main](https://gitlab.com). But I just got message like: `source: finding issues ... OK` `source: 0 issues...
Currently if an issue is copied all notes are copied with it including developers assigning the original issue to a milestone. Is it possible to include an option to not...
I have got a trouble during install, this is the result: ```#go get -u github.com/gotsunami/gitlab-copy``` ´´´package github.com/gotsunami/gitlab-copy: no Go files in /root/go/src/github.com/gotsunami/gitlab-copy ´´´
Hi, I think it would be usefull to have an option in the gitlab.yml file to indicate that we want to copy issues with a specific label. Like this, we...
Hi, i very happy to found this. I wrote the gitlab.yml and executed the command but i get the following error ` GET https://gitlab.com/soemthing/api/v4/projects/xx/some-project: 401 {error: You need to sign...
Relates to #13 Is there a way that a flag could be added to migrate only open milestones? Right not it copies all, but it would be nice to be...