Converting Work Item Description to Markdown While Importing from Excel

KIRTIKA MITTAL 0 Reputation points
2025-03-19T06:37:15.01+00:00

We have been working on converting the Description field of work items to Markdown syntax in Azure DevOps. However, we encountered challenges while importing work items from Excel, particularly with images and tables.

When exporting work items from Azure DevOps to Excel, the Description field is provided in HTML format. While importing back, the formatting issues arise, especially with embedded images and tables, making it difficult to maintain consistency in Markdown.

Challenges Faced:

  1. Images Not Displaying Properly – When importing, the image references from HTML do not translate well into Markdown.
  2. Table Formatting Issues – Tables appear in raw HTML rather than being converted into proper Markdown table syntax.
  3. HTML to Markdown Conversion – The description remains in HTML, requiring an additional step to manually convert it into Markdown format.
Azure DevOps
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.