-
How is one supposed to migrate pull requests? I've import my git repos from on-premise TFS to Azure Devops Services via the Azure import tool, however the pull requests didn't come along with them. I appreciate that this tool attempts to link my migrated work items to the original pull requests. However, those pull requests are missing. Is there another tool or feature that others are using to migrate the pull requests as well? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 3 replies
-
There is no way currently to do this with the tool, and I'm not sure if there are API's for it. Will file it as a future enhancement for now, thanks. |
Beta Was this translation helpful? Give feedback.
-
I too need this functionality. |
Beta Was this translation helpful? Give feedback.
-
Hi all! |
Beta Was this translation helpful? Give feedback.
-
There is no way to migrate Pull Requests as they are linked to code branches. Just to be clear:
|
Beta Was this translation helpful? Give feedback.
-
@MrHinsh Thanks for answer |
Beta Was this translation helpful? Give feedback.
-
Idea:
Optionally: As we migrate only a subset of repositories, we would skip the migration of work items that only relate to those not-migrated repositories. |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
Migrating pull requests involves transferring open or closed PRs from one repository to another—commonly during project restructuring or moving to a new platform. It’s important to maintain commit history, comments, and review status where possible. While GitHub doesn’t natively support PR migration, you can replicate them manually or use third-party tools to preserve key data. Always document the original PR link and ensure your team is informed to maintain continuity in code reviews and discussions. |
Beta Was this translation helpful? Give feedback.
There is no way to migrate Pull Requests as they are linked to code branches.
Just to be clear: