Migrate Pull requests history from GitLab to Bitbucket

Jose Limon July 30, 2020

I am currently migrating repositories from GitLab into BitBucket.

I've been using these commands

git clone --bare -OriginRepoURL-

cd *.git

git remote add bitbucket -BitbucketRepoURL-

git push --all bitbucket

git push --tags bitbucket

and the corresponding command to remove the .git local folder

Everything excepting for the Pull requests history is moving

I have also tried with the mirroring option for git clone and git push which is supposed to give an exact copy, but still the pull requests history is not being imported into Bitbucket.

 

GitLab seems to handle the Bitbucket Pull Requests as Merge Requests

 

Is there a way to import the pull requests (merge requests) history from GitLab to Bitbucket?

 

 

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events