Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Importing Issues from Bitbucket to Github

Is anyone aware of a reasonable method to import existing Bitbucket issues to a Github account?

like image 422
Brian King Avatar asked Oct 20 '22 15:10

Brian King


1 Answers

There are a couple scripts to do this:

  • https://github.com/RonnyPfannschmidt/bitbucket_issue_migration - this uses both the BitBucket and Github APIs to retrieve issues from BitBucket and import them into Github.
  • https://github.com/viniciusban/bitbucket_issues_to_github - this script imports issues which have been exported from BitBucket into Github.

I'm not aware of any ways to do this in the Github UI.

like image 115
Floyd Avatar answered Nov 01 '22 18:11

Floyd