How to import issues from BitBucket to GitHub

bitbucketbug-trackersgithub

I am trying to migrate a project from BitBucket to GitHub, and would like to import all the issues (preferably keeping their issue numbers intact).

Is there some tool or service which will accomplish this?

Best Answer

This worked for me https://github.com/jeffwidman/bitbucket-issue-migration

python migrate.py -g username -u username -s reponame -d reponame