Configured web-hook is not receiving any updates for issues, and there is no logs to check if the webhook is working or not
is there any solution to check?
I'm not sure if it works the same way in Cloud but, in Data Center, you can go to 'Logging and Profiling' under the System section and add the com.atlassian.webhooks page and set the logging level to whatever you want. This logging will be sent to the atlassian-jira.log file.
I would strongly recommend that you do this in a Stage environment. Partially because it's never a good idea to implement anything in Prod that you haven't tested in Stage, but also because I'm guessing there's a lot less going on in your lower environments from a logging perspective, so it will be easier to see the messages.
To clarify, this is if you've set up a webhook in Jira and you want to see if it's triggering or if there are any errors. If you're talking about a webhook that is firing an API call into Jira, this won't help you at all. You'd need to look at the logs from where the webhook is being generated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.