How to delete external links (changeset links) from a migrated work item (Azure DevOps Server to Azure DevOps Services) #2459
Unanswered
ray-cuadra
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You could script something to iterate through and delete the changesets? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We migrated using the azure devops migration tool from ADO Server to ADO Services however since the source code was not migrated the changeset links are broken. However, we are encountering a situation where in ADO Services the new changeset are now being relink to an incorrect changeset.
For example:
In ADO Server the changeset is 10979 (see Original ADO Server1.png) since we migrated to ADO Services that changeset is no longer valid. However, in ADO Services (see migrated to ADOServices1.png) it is now relink to a different change even though the number is the same. In the pictures you will notice in the Original ADO Server1.png the change set is from 10/11/2016 (Changeset 10979) however in the Migrated to ADO Services1.png the changeset is the same however notice it was updated Aug 31 2024. These are 2 different changeset not related to the original changest.
I'm asking if there is a way to scrub these old external links (changeset) from the work item using the tool. Pretty much scrub all external links completely from the migrated work items (it is not needed as it will not link back to the original changeset).
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions