Hi together,
is it possible to transit a JIRA Issue to a specific Workflow status after a successful or failed Bamboo Build ?
The Bitbucket triggers work like a charm
https://confluence.atlassian.com/adminjiraserver070/configuring-workflow-triggers-749383267.html
But i can't find any information, how to trigger a JIRA Issue from Bamboo.
Thank you for feedback,
Oliver
It should be possible to simple add a REST call to trigger a transition from Bamboo (curl or js). I use something similar to trigger a fork sync (merge) from bamboo when my master branch is updated and use commit triggers to fire the call. Can simply be called from a shell script at the end of a build job.
Hi @Carlen Benard,
unfortunately it doesn't worked. I wasn't able to move the issue after a successful / failed build.
Also the SmartCommits doesn't work.
My commit message "JAVA-2 #build another try" (transition name is "build") also doesn't moved to the issue into the build status.
I'm currently using
In the related issue (JAVA-2) i only can see the commits and the build result.
Thank you,
Oliver
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Oliver,
If everything is configured as per the documentation provided and you're still not having any luck here please go ahead and raise a ticket at https://support.atlassian.com and include in your ticket that you've gone over the docs with no resolution. Please also attempt a build transition from JIRA then generate and attach a Bamboo Support Zip (Bamboo Administration >> System >> Atlassian Support Tools >> Support Zip >> Create) to this issue along with a JIRA support zip. Please also include screenshot of your workflow transition so we can verify the configuration.
Thanks!
Turner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Oliver,
The info you're looking for can be found here:
You'll have specific, Bamboo related workflow transition options in JIRA that will automatically cause transitions/resolutions based on pass/fail.
Hope this helps!
Turner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just for next generations :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Update:
I just got a notification email from Atlassian team support that they doesn't support this feature in Bamboo server, it was supported in Bamboo cloud before they decided to end it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have a similar problem and even after adding the following in the transition doesn't trigger the JIRA issue status. "build.passed.transition"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.