| Hello, May I ask for your help in using the jira-trigger-plugin? We would like to use it to trigger jobs once there's an update in JIRA. I'm currently unable to make it work, I think because of the webhook not able to connect or send a post to our jenkins url. Did the below steps but still not getting any logs. Add new JIRA webhook (One time) Go to JIRA > Cog > System > Advanced > WebHooks (Requires admin permission) Create a new Webhook Set URL to: $ {Jenkins URL} /jira-trigger-webhook-receiver/ e.g. http://localhost:8080/jenkins/jira-trigger-webhook-receiver/ Set Events to: issue updated Do not check Exclude body as this plugin requires the JSON to operate Save! To troubleshoot: Enable Jenkins logging at FINE level for troubleshooting: com.ceilfors.jenkins.plugins.jiratrigger.webhook You should see "Received Webhook callback ..." log messages when Jenkins is receiving webhook events |