Renji
Renji

Reputation: 401

Automatically generate bugs item in Azure boards when hits an exception in Azure Application Insights

I am trying to create a bug item in azure boards whenever the application hits performance issue or exceptions via azure application insights. I searched few articles, but none of them were pointing how we enable it on the fly. Not sure if the feature exists in app insights. Any advise or pointers shared would be much appreciated in this case.

Thanks Much

Upvotes: 0

Views: 602

Answers (1)

Sajeetharan
Sajeetharan

Reputation: 222722

As of now, unfortunately automatically creating work items has not been implemented and is still in the backlog. But, You can absolutely create work items from Failures using Application Insights

Summarized steps:

  1. Navigate to your Application Insights resource Click on Failures
  2. (under Investigate) to list exceptions
  3. Click on an exception to get to the End-to-end transaction details page Click on
  4. +Create work item in the upper right and complete the wizard

Upvotes: 1

Related Questions