Hello,
I am trying to integrate Jira and Jenkins using Webhooks. (Jira Jenkins trigger plugin in Jenkins)
Jira is configured to trigger webhook on adding comments to bug. But I don't see Jenkins is triggered on adding comments in Jira.
After taking a packet capture in Jenkins I could see, for the POST request, Jenkins is sending a 302 redirect. Not sure what's happening?
Webhooks configuration, packet capture, jenkins configuration are attached.