Any ideas or solutions for triggering a bamboo deployment after a JIRA issue has been moved or transitioned to another status?
E.g. Issue moves to QA/Review. Once this has been moved out of QA/Review to done, the transition workflow should trigger a deployment in bamboo.
Any thoughts?
You can use webhooks to trigger the deployment. Use the Bamboo rest API in the webhook url.
See https://developer.atlassian.com/jiradev/jira-apis/webhooks#Webhooks-Addingawebhookasapostfunctiontoaworkflow for more details.
Hi Jobin, I am geeting 401 error while running using webhook to run job in bamboo. could you please confirm how we can resolve this error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
401 indicates unauthorized access. Seems you do not have the right permissions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jobin. I have the same problem. How can I give the right permissions?
My JIRA and Bamboo use the same Crowd user directory and have Application links configured correctly. Also user transitioning JIRA issue has the permission to run Bamboo builds.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try logging into Bamboo using the same user id and see if you are able to run the build.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I am able to run the build with the same user id.
Any more ideas?
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.