Hi Florian, I have used this fork to move the issues for pytest:
https://github.com/nicoddemus/bitbucket_issue_migration It can be used as a starting point. There's no how-to specifically (sorry), but one piece of advice is: create a dummy GitHub repository to move the issues and see how the process goes, because sometimes the script might bug out in a particular issue or need adjustments. In that case delete the repository and repeat the process. Once you are satisfied with the results, you should then do the final move to the final repository. That is because once an issue is created, it gets assigned a new id which can never be reused again, and you want to keep the same issue id between BitBucket and GitHub. I remember Ronny saying he had or was working on a more robust solution, he can supply more info. Hope that helps, Bruno. On Thu, Jul 7, 2016 at 8:14 AM Florian Schulze <[email protected]> wrote: > Hi! > > Who did the move from bitbucket to github? Is there a writeup, scripts, > links to resources or anything which describes the process? The Whoosh > package wants to make the move and needs help. So I thought I ask here > and try to help with the move. I remember that moving the issues had > some drawbacks for example. > > Regards, > Florian Schulze > _______________________________________________ > pytest-dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/pytest-dev >
_______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
