Hi 

I am trying to integrate Jenkins with JIRA cloud through JIRA trigger 
plugin,  in order to trigger the  build in Jenkins with the JIRA status 
ticket change.
I have Jenkins URL using https port 443.

I followed the below steps:

*On Jenkins side:*
*Jenkins global configuration (One time)*

This configuration is crucial, especially for *JQL filter* usage.

   1. Go to Jenkins global configuration (${Jenkins URL}/configure) 
   2. Configure *JIRA Trigger Configuration*



*On JIRA side:*
*Add new JIRA webhook (One time)*

   1. Go to JIRA > Cog > System > Advanced > WebHooks (Requires admin 
   permission) 
   2. Create a new Webhook 
   3. Set URL to: ${Jenkins URL}/jira-trigger-webhook-receiver/ e.g. 
   http://localhost:8080/jenkins/jira-trigger-webhook-receiver/ 
   4. Enable *issue updated* event 
   5. If you are on JIRA Cloud, enable *comment created* event 
   6. Do *not* check *Exclude body* as this plugin requires the JSON to 
   operate 
   7. Save! 

With the above steps, I am not able to get the build triggered on Jenkins 
(just to run shell cmd to echo "hello jira") with the status change of the 
JIRA ticket. I am not seeing any error on Jenkins build though. When I 
manually run the build on Jenkins it passes but not getting triggered by 
JIRA.
Can anyone help me with the issue. 

Thanks
Swathi

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/38678eb7-9c15-46b7-b82e-87cff097d104%40googlegroups.com.

Reply via email to