You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
We are planning to migrate 15-20 repositories from GitHub to Bitbucket,
Is there any checklist of the all the items that we migrate?
It seems that PR, Issues can not be migrated with Bitbucket Import feature, is there any automated way to migrate the same?
Is there anything else that cannot be migrated with Bitbucket Import feature?
Any known issues/problems that can be faced?
If it is important you can write code to migrate more details than just the code.
Because both GitHub and Bitbucket Cloud has its own REST API, you could e.g. get the list of PRs from GitHub (with the source repo/branch/hash and the target repo/branch/hash) and create their equivalents in Bitbucket Cloud.
(Or, if you have only a few of these, you can even re-create them manually.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.