17 Sep 2025
03:12 PM
- last edited on
18 Sep 2025
07:36 AM
by
MaciejNeumann
Hi Team ,
We are planning to send Dynatrace alerts to create workitem in Azure devops automatically.
For this
- We need to configure or add webhook URL in Dynatrace (custom integration problem notification) to send the alert with payload and this should trigger Azure service to create workitem in Devops.
Can we use Azure REST API itself instead of webhook here ?
Can someone suggest any option without webhook and use only Azure REST API?
Thanks,
Shalini.
17 Sep 2025 03:49 PM
Hi, at the moment there’s no such integration available. However, to use the Azure REST API, you can send requests through workflows and leverage either JavaScript or the WebRequest action to do so.
18 Sep 2025 09:31 AM
I am looking for integrating Dynatrace alert - which means only when conditions in alerting profile matches I need to send the information to Azure to create workitem and it should close once alert is closed.
Do we have such option in workflow notebooks?