Update Azure DevOps work item parent status if all child elements are closed

1.5k views Asked by At

I am following this project and instructions https://github.com/microsoft/azure-boards-automate-state-transitions

Everything is clear except the part where I need to enter URL when creating webhook in service hooks:

enter image description here

How to generate that URL?

When I test the link I get this error or 404

enter image description here

Is there anything that I missed. Should I create something on Azure platform, webhook event or something?

1

There are 1 answers

1
Tom Austin On

You need to deploy this to something (IIS, Azure App Service, etc) https://github.com/microsoft/azure-boards-automate-state-transitions/tree/master/src/AutoStateTransitions

Once deployed, put the URL from your deployed API as the webhook URL.