The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can we integrate Jira Service Desk to trigger Bamboo plan?

Dchosen
December 27, 2018

Hi All,

I am trying to integrated Jira Service Desk with Bamboo plan. I tried using the webhook and automation rules but seems to be an disconnect there. For some reason my request is not getting authenticated. I am getting 412 errors.

My automation rule has the url as

https://username:Password@bamboo:portnumber/rest/api/2/latest/queue/<bamboo-buildkey>os_authType=basiccls

Other option was to try the Webhook. It has the same url but the credentials were passed as headers.

When I do curl then Bamboo build gets triggered.

 

Can someone let me know what is that I am missing here?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 14, 2019

Jira Webhook does not support authentication yet as stated in https://jira.atlassian.com/browse/JRASERVER-31953

Have to use the workaround https://bamboo:portnumber/rest/api/latest/queue/<bamboo-buildkey>?os_authType=basic&os_username=username&os_password=password 

It need Header "X-Atlassian-Token: no-check" as well

TAGS
AUG Leaders

Atlassian Community Events