Trigger Bamboo deployment project with webhook.

Anton Murakhovski September 18, 2017

I'm trying to make a set up so that Bamboo deployment project could be triggered by webhook (sent by JIRA transition). 

Preferably different transitions would cause deployment to different (predefined in Bamboo) environments.

Are there any good guides on the net? Or is it even currently possible?

 

 

2 answers

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 18, 2017

Checkout the Bamboo REST APIs to trigger deployment.

See https://docs.atlassian.com/bamboo/REST/6.0.0/#d2e1031. POST to /queue/deployment?environmentId&versionId will trigger the deployment of a particular version to the given environment.

0 votes
Kristian Zila March 6, 2018

Hi Anton, did you manage to deploy to Bamboo from Jira?

Suggest an answer

Log in or Sign up to answer