0

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?

ejakub
  • 47
  • 1
  • 7

1 Answers1

1

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.

Dharman
  • 30,962
  • 25
  • 85
  • 135
Tom Austin
  • 11
  • 2
  • I deployed it to IIS. Now when I test the URL of webhook, I get the 500 response. https://website.com/UpdateWorkItem/api/receiver/webhook/workitem/update – ejakub Aug 18 '21 at 10:40