Replies: 1 comment
-
Please submit a PR: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use the HTML field to store Markdown. in Markdown images are referenced using
[The src image](https://dev.azure.com/DEV-01/19f380ba-c69f-4496-9c8f-68eed9767b86/_apis/wit/attachments/7872efe7-7343-4412-931c-e98a9f93df8a?fileName=srcimg.png =200x400)
. Image migration did not work for us, so made the image migration algorithm a bit more robust. Might be useful for others as well.In the file:
azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Tools\TfsEmbededImagesTool.cs
we modifed the functionFixEmbededImages(WorkItemData wi, string oldTfsurl, string newTfsurl, string sourcePersonalAccessToken = "")
to the following code:Code is in my fork https://github.com/svdoever/azure-devops-migration-tools
Beta Was this translation helpful? Give feedback.
All reactions