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.Descriptionfield fromWorkItemAtoWorkItemB, 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 ofWorkItemAwe are unable to update the link in the description asWorkItemBdoes not yet exist. WhenWorkItemBis processed the related link on the work item back toWorkItemAis added.We do not update the description or comment of
WorkItemAwhen we processWorkItemBas this would bumpSystem.Revand may interfere with the migration.Future Resolution: We have considered stripping the links in the Descrip…