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,499,222
Community Members
 
Community Events
179
Community Groups

Branch Creation Error through REST api

Edited

Hi I am trying to create branch in bamboo project plan through REST API ... through node js code . using post .

var Url =  http://localhost:8085/rest/api/latest/ + 'plan/project/branch/branchName?vcsBranch="/poName"'; try{                    axios.post(Url, {}, {                    auth: {                    username:['username'],                    password: ['password']                   }

I am getting Request failed with status code 405 ...

 

"Error: Request failed with status code 405\n at createError (c:\BitBucketRepo\server\node_modules\axios\lib\core\createError.js:16:15)\n at settle (c:\BitBucketRepo\server\node_modules\axios\lib\core\settle.js:18:12)\n at IncomingMessage.handleStreamEnd (c:\BitBucketRepo\server\node_modules\axios\lib\adapters\http.js:202:11)\n at IncomingMessage.emit (events.js:187:15)\n at endReadableNT (_stream_readable.js:1094:12)\n at process._tickCallback (internal/process/next_tick.js:63:19)"

 

1 answer

1 accepted

0 votes
Answer accepted
Hana Kučerová Community Leader Jul 31, 2019

Hi,

I believe your url is not correct. According to documentation it should look like this:

http://localhost:8085/rest/api/latest/plan/{projectKey}-{buildKey}/branch/{branchName}

Sorry here i was posted wrong url . in my code i am posting correct url. for correct url aslo i am getting same error

 

i am posing though constant so here i am edited that ... 

Hana Kučerová Community Leader Jul 31, 2019

Method PUT should be used, but it looks like you are sending POST request.

Did you try something like "axios.put"?

thanks , tried with put getting 400

Thank you , Put has been worked for me.. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events