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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi, I added Bamboo plan status macro into confluence.
Is it possible to change branch at Bamboo plan status from main - development to for example some release (branch)? By default I see only status of main branch (development) but I would like to change it to branch so I can see results in confluence.
Based on the description provided, it seems you are referring to Build Status Tracker for Confluence by Wittified Atlassian Add-ons (an Appfire company).
Therefore, reviewing the REST API calls made by the addon mentioned using Atlassian REST API Browser it seems the endpoint called by Build Status Tracker for Confluence is:
/rest/wittified/build-status/1.0/bamboo/results/{serverID}/{buildKey}
When calling the endpoint above with {buildKey} as PROJ-PLAN, response is given:
{
"number": "1",
"name": "Project - Plan",
"link": "http://localhost:8085/browse/PROJ-PLAN-1",
"state": "SUCCESS"
}
However, when providing a branch (e.g PROJ-PLAN0) the JSON response comes empty:
{}
Results suggest not being possible to fetch status of a branch. Perhaps, you should consider getting in touch with the plugin vendor from Build Status Tracker for Confluence - Support
Please, comment on this thread with reply given by vendor so others can benefit from this inquire.
Kind regards,
Rafael
Hello @Rafael Pinto Sperafico
I tried Build Status Tracker for Confluence, but it does not list all projects and subprojects, but mostly - there is no possibility to choose branches.
I have two options there:
- Build server - which is our bamboo server
- Build plan - which is reduced list of projects/subprojects which redirects me to development branch again, not for example to some feature branch.
Did I do something wrong?
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.