Moving questions from Bitbucket to Github

I just moved to Github and I want to move all my closed issues and open Bitbucket issues to Github.

Is it possible?

+4
source share
2 answers

This script should complete the task: https://github.com/vbabiy/bitbucket_issue_migration

However, it is recommended that you go through the code in a script and make sure that it is exactly what you need, or run the script in a test repo before you perform the migration.

+2
source

Source: https://habr.com/ru/post/1527422/


All Articles