Inline images in comments are not migrated #1427
Replies: 6 comments 2 replies
-
Hi, I think that there is currently no support for that. I think the resolution would be similar to the Description in that we need to download the images and add them as attachments. This would require some code and testing. |
Beta Was this translation helpful? Give feedback.
-
We also need this enhancement. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to get this working. Rather than fixing the images as attachments in the target system, I'm converting the images to data URIs. This avoids an extra save step for the target work item while replaying history. It mostly works, but I'm finding that even though as revisions are replayed the If anyone can advise as to what's causing this, you can take a look at my fork's |
Beta Was this translation helpful? Give feedback.
-
It looks like this may be a dead end. HTML fields seem to have a maximum size of 32k, which could explain why my work items with multiple images in the description are having the |
Beta Was this translation helpful? Give feedback.
-
I am facing the same issue, after taking the latest version of the tool and re-running it the links gets fixed for the images in the description section of the work item however for the images in the comment section it still points to the old org is there anyway to fix this or do i need to delete all migrated items and re-migrate from scratch |
Beta Was this translation helpful? Give feedback.
-
I have checked with Version 12.8 the images in the comment section are also migrated, i have enabled FixHtmlAttachmentLinks and AttachmentMigration to true |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've migrated a project from VSTS -> VSTS using the default configuration (created via init) and with FixHtmlAttachmentLinks switched to true.
Inline images in the description are shown, but those in the comments seem to be lost.
Is there anything I can do to fix this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions