My company is looking to streamline User Story documentation in DevOps's Agile workflow. Is there a way to use markdown formatting in Description / Acceptance Criteria fields in DevOps? It is far more flexible and powerful than the WYSIWYG editor available in DevOps.
You may have known that in Azure Devops, we haven't directly provide such feature in WIT. So, to achieve what you want, just consider to develop an extension.
For VSTS, there has an existing one Markdown. But I saw you tagged this question with a azure-devops-server-2019
tag. If your server type is TFS, please check this extension source code, and then made some customized changes into it to let it available for your server.
See how to develop extension for TFS work item.
The working logic of this extension is adding a custom control which expand Markdown edit into work item layout.
Since what you are using is Azure Devops server 2019, below operation and its action logic also suitable for you.
With more details, in your requirement, you want the fields Description
/ Acceptance Criteria
can support to use Markdown. This extension would let you add a custom control to User story.
After the above steps, now, the Description fields can support Markdown language.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With