1. iam using web hook to integrate Jenkins.
2. Unable to trigger build when there is change in status in jira,
3. in jenkins JQL filter is not catching the Ticket id
Welcome to the community.
There are several possible issues when triggering a build using webhook.
To troubleshoot the issue you can look into configuring a base webhook without any filtering. To see if the filter is the issue.
Also looking closely at access requests to your Jenkins instance to see if the webhook requests are coming in as expected.
An alternative is to use an app to provide the integration. The Jenkins Integration for Jira app supports triggering builds in Jenkins from Jira using manual issue actions and workflow post functions with advanced issue field mapping and Jenkins job selection options. A disclaimer, I'm the developer of the app.
Cheers,
Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.