microsoft / vsts-work-item-migrator

WiMigrator is a command line tool for migrating work items between VSTS/TFS projects
MIT License
148 stars 69 forks source link

InlineImageUploadError #90

Open jimid27 opened 4 years ago

jimid27 commented 4 years ago

Running into an issue where Work Items with Inline Images Fail to migrate with the following error: 85 work item(s) failed for this reason: InlineImageUploadError.

PNG Images are in the Description of the Requirement causing it to fail w/ System.Exception: The request indicated a Content-Type of "application/x-www-form-urlencoded" for method type "POST" which is not supported. Valid content types for this method are: application/json, application/json-patch+json, application/octet-stream.

Dedac commented 3 years ago

I believe that my PR may resolve this