How do I migrate Azure DevOps Git repos from one organization to another organization with all the histories, tags and pull requests?
I tried multiple options to import all the data like
Azure DevOps import repository
git clone --mirror old repos git push to new reposgit clone --bare old repos git push new repos
Repo history is easy.
Pull requests are impossible. There is no mechanism to export them, and the REST APIs don't give enough options to migrate them with any degree of fidelity.