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?
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.
Hi Anton, did you manage to deploy to Bamboo from Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.