-
Hi. I’m currently investigating the possibility of using Migration Tool for work items migration between 2 DevOps instances in different tenants. Everything is going smoothly however there is one point which is blocking me for achieving my goal. The embedded images in work items descriptions and comments are not migrated. When I investigate image link in destination environment, I still see it is pointing out to the source environment image location. Moreover, I can see the following errors in my migration log: 2023-03-29 09:09:37.274 +00:00 [ERR] EmbededImagesRepairEnricher: Unable to fix HTML field attachments for work item 0 from https://dev.azure.com/abc to https://dev.azure.com/xyz/ Is it possible to migrate embedded images at all? Any help will be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You MUST use a PAT token for both the target and the source for the image migration to work.
Then set |
Beta Was this translation helpful? Give feedback.
You MUST use a PAT token for both the target and the source for the image migration to work.
Then set
FixHtmlAttachmentLinks
totrue
in theWorkItemMigrationConfig
processor.