piceaTech / node-gitlab-2-github

Migrate Issues, milestones etc from gitlab to github
MIT License
555 stars 136 forks source link

When running multiple migrations it produces wrong issue numbers #58

Open spruce opened 5 years ago

spruce commented 5 years ago

When running the migration multiple times the issue numbers created between the first migration and the second migration on gitlab will have different issue numbers than on gitlab.

It stems from the different namespaces for the numbers in gitlab and same namespace for the PR and issues in github. That happens because when migrating the MRs of Gitlab will get the issue / PR numbers right after the first few issues.

Currently I can only think of one "solution" and that is to describe this in the README.