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:
- API Connection
- Retrieve Work Items Information
- Azure DevOps API, Embed images into HTML
- Create Word Document For Work Items
- Retrieve image in Work Item Description with TFS API
- Retrieve Attachment in Azure DevOps with REST API in C#
Gian Maria