在 Azure DevOps 项目之间移动存储库时保留拉取请求

Preserve pull requests when moving repository between Azure DevOps projects

我在同一个帐户中有两个 Azure DevOps 项目,我想将存储库从一个移到另一个。 Explore how to move git repositories between Team Projects with full-fidelity history 页面很好地解释了如何在保留所有分支的完整历史记录的同时移动存储库。但是,有关拉取请求的所有信息(其中的评论、批准者等)都将丢失。

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

不行,没办法。拉取请求仅限于创建它们的团队项目,不能移动。