Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Blocker
-
Resolution: Unresolved
-
Component/s: jira-trigger-plugin
-
Labels:None
-
Similar Issues:
Description
I did configure a webhhok in Jira.
JIRACONFIGURATION:
URL: http://User:APIToken@jenkinsurl:8080/jira-trigger-webhook-receiver/
Events
Issue related events
JQL: All issues
Comment
- created
Exclude bodyNo
TransitionsNo linked transitions.
JENKINS CONFIGURATION:
Under jenkinsURL/Configure
In Job COnfiguration:
Logs in Jenkins:
I don't see builds getting triggered. Even though Jenkins is receiving webhook. Hitting the wall.
This might happen when the comment pattern you've set is not matched by the comment you've put in JIRA. Looking at the configuration, you've put a double quote, that might mean that you need to have double quote in JIRA as well. Try removing the double quote in JIRA, or make the comment pattern simpler.