Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,244
Community Members
 
Community Events
184
Community Groups

Bamboo plan status macro on confluence for branches config

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.

2 answers

1 vote
Rafael Pinto Sperafico
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Sep 20, 2019

Hi @Dominika Marsalekova ,

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?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events