ultreia-io / migrate-redmine-to-gitlab

Migrate projects from Redmine to Gitlab
https://ultreia-io.github.io/migrate-redmine-to-gitlab
GNU General Public License v3.0
11 stars 5 forks source link

gitlab api v3 out of date #9

Open cmendill opened 2 years ago

cmendill commented 2 years ago

needed to change v3 to v4 in gitlab.py

monofox commented 2 years ago

Can confirm it. But not sure if its related to it:

ERROR: Could not create issue 32 (404 Client Error: Not Found for url: https://.../api/v4/projects/47/issues/55)

I've increased the error message for "Could not create issue xx" by appending the exception message. Interestingly, the issue #55 exists.

After its done with migration, its saying INFO: Some issues were not created: and will try to create the tickets again. And the same tickets are created again (and fails, but its created again in gitlab).