You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi, I'm using Bamboo 7.0.4.
I am successfully using the REST API to trigger Bamboo plans and requesting build result information.
https://bamboo.my.tld/bamboo/rest/api/latest/info
The Bamboo developer guide states, that the Bamboo REST API is using a versioning scheme. The version latest will always point to the current version, but the API version can also be provided as an integer.
The API version number is an integer, such as
1
or2
.
The API version is independent of the Bamboo release number.
I quickly went through 1-10, and v1-v10, but none of them worked.
https://bamboo.my.tld/bamboo/rest/api/7/info
The feature to provide a specific version is very important, since the Bamboo instance and the applications that use the REST API are often maintained by separate teams. Additionally, a breaking change would bring down all API integrations if they point to latest and there would be no way to transition without downtime.
Some questions around this:
hi @fstr ,
Regarding the changes, I do support via wrapper from 5 to 7.
Mostly in practice not big changes in methods,
I do follow via next url for the double check
https://docs.atlassian.com/atlassian-bamboo/REST/7.2.2/
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.