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

/plan/{projectKey}-{buildKey}/vcsBranches returns VcsBranch detection not available for Plan Branch

Kaushal I April 19, 2020

https://community.atlassian.com/t5/Answers-Developer-Questions/Is-there-a-way-to-list-Bamboo-branch-plans-and-their-source/qaq-p/552824

I am using the API calls described in the above answer to get vcsBranches and the following error appears when i run it.

can anyone please let me know how to rectify this, i want to get the vcsbranches for the plan before running it. 

COMMAND:

curl -u [USERNAME] -p -H "Content-Type: application/json" -X GET [BAMBOO-BASE-URL]/rest/api/latest/plan/[PROJECT-KEY]-[PLAN-KEY]/vcsBranches


ERROR:

{"message":"VcsBranch detection not available for Plan Branch","status-code":400}

1 answer

0 votes
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 21, 2020

You see this error because  [PROJECT-KEY]-[PLAN-KEY] used in request points to plan branch, but should point to "master" plan

Kaushal I June 18, 2020

thanks for your response. 

i see branches if i just query the master plan. 

but i need to see the Repository branch for a specify Branch plan not the master plan. 

here is the snap of what i am looking for 


bamboo_branch_plans.png

Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 18, 2020

I'm afraid there's no REST endpoint to get this information for plan branch.

But you can try to get this info from plan branch build result, it's at metadata values

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events