How do I migrate links to other work items added in the work item description? #1246
-
The tools migrates the description but the links are pointing to the source work items. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I need further help on this. We urgently need to move a Team Project to another collection and the links refer to the source Work Items after migration. Please help. |
Beta Was this translation helpful? Give feedback.
-
You can't; the Description or Comment fields are not edited. If someone adds a link in the We do not update the description or comment of Future Resolution: We have considered stripping the links in the Description and Comment and just leaving the title of the work item. |
Beta Was this translation helpful? Give feedback.
You can't; the Description or Comment fields are not edited.
If someone adds a link in the
System.Description
field fromWorkItemA
toWorkItemB
, then Azure DevOps automatically makes that a pretty link in the html and then adds a related link to the work item. When we do the migration ofWorkItemA
we are unable to update the link in the description asWorkItemB
does not yet exist. WhenWorkItemB
is processed the related link on the work item back toWorkItemA
is added.We do not update the description or comment of
WorkItemA
when we processWorkItemB
as this would bumpSystem.Rev
and may interfere with the migration.Future Resolution: We have considered stripping the links in the Descrip…