Development links on Work Items still maintain the original ADO links to Commits & PRs.
PRs are handled by Azure Boards integration (and this script), however Commit links don't get updated.
We can't update the Commit message because they can't be edited as it would change the hash (AB# in commit message would trigger the relevant back-linking).
It is possible to manually update the Work Item link in ADO and have it link to GH as a one-shot.
This is a sample script that add these links (https://gist.github.com/XVII/0503313791b8a123ef0f24d4c927a896), though it would be nice if it was just handled by the migration tool.
Development links on Work Items still maintain the original ADO links to Commits & PRs.
PRs are handled by Azure Boards integration (and this script), however Commit links don't get updated.
We can't update the Commit message because they can't be edited as it would change the hash (AB# in commit message would trigger the relevant back-linking).
It is possible to manually update the Work Item link in ADO and have it link to GH as a one-shot.
This is a sample script that add these links (https://gist.github.com/XVII/0503313791b8a123ef0f24d4c927a896), though it would be nice if it was just handled by the migration tool.