Skip to content

December 2020

Create Azure DevOps Work items directly from Application Insights

Application Insights can be integrated into Azure DevOps, so that developers can create bug work items directly from Application Insights without copy-pasting any of the exception details.

First we need to integrate our Application Insights instance with our DevOps instance. This is done through Azure Portal Application Insights settings Work Items

URL is the root url of your Azure DevOps project. For example https://dev.azure.com/OrganizationX
Project of course defines where the …