We are trying to integrate the Jira system with our dot net application to have some realtime updates happening whenever there is a issue update.
The WebHook URL looks to be working fine from Postman and Webhook.site but the URL is not hitting our application URL.
Is there a way to get the logs of the webHook triggered from our Jira cloud?
Hello @Rahid Abdul Kalam
Make sure that you have created a webhook in Jira.
Then ,you can create an automation rule:
When the automation rule gets executed sucessfully based on the webhook events that you have defined in your Jira webhook, look into the Audit log of your automation rule and there should be data that you got from your webhook.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.