5
votes

I have two Azure DevOps projects within the same account, and I'd like to move a repository from one to the other. The page Explore how to move git repositories between Team Projects with full-fidelity history gives a great explanation of how to move the repository while preserving the full history of all branches. However, all information about pull requests (the comments in them, who approved, etc.) is lost.

Is there any way to preserve pull request info when moving a repo from one Azure DevOps project to another (within the same account)?

1

1 Answers

8
votes

No, there's no way. Pull requests are scoped to the team project in which they were created and cannot be moved.