Export Work Item Information to Word Document

This is a series of posts on how to export data from Azure DevOps to a Word Document, composing word templates with Open XML Sdk.

The project is open source and available Here: https://github.com/alkampfergit/AzureDevopsWordPlayground

Post in the series:

  1. API Connection
  2. Retrieve Work Items Information
  3. Azure DevOps API, Embed images into  HTML
  4. Create Word Document For Work Items
  5. Retrieve image in Work Item Description with TFS API
  6. Retrieve Attachment in Azure DevOps with REST API in C#

Gian Maria