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.
Hi @[deleted] ,
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.