Hi Chandan, On Thu, 2020-08-13 at 13:24 +0100, Chandan Singh wrote: > Unfortunately this tool doesn't remap issue/merge request references > (as mentioned in their README). So, references to issues (like #42) > and merge requests (like !42) are not remapped to their new numbers. > > This is something that _could_ be automated if we want to spend some > time writing a patch for node-gitlab-2-github.
Can't it import issues 1:1 without changing the issue numbering? I was expecting that based on `usePlaceholderIssuesForMissingIssues` as described in the README. This would also allow issue references in the git commit history to remain valid. This can't work for PRs as GitHub uses a shared namespace for issue and PR numbers while GitLab doesn't. However, I think issue references are more important than PR references. And I'm hoping that the GitLab MRs can stay up (as read-only archive). Cheers, Jürg
