Hi,
I have created a webhook linked to a very basic net core API. (right now I just want to see the body of the webhook Post request).
My endpoint works fine when I test it with Postman however I cannot see any request being fired when I update issues on Jira (I didn't filter out anything for this webhook). Does the application need special config in order to receive the Webhook calls?