The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can't create plan branch (405) using POST request

Dmitrij Kultasev
May 23, 2019

I have feature/JIRAISSUE-123-some-feature-name git branch and want to create branch plan and link it to the git branch.

The plan key is MOR-DB and is valid as well as host as other requests are working, and I've tried following URLs:

http://localhost:8085/rest/api/latest/plan/MOR-DB/branch/feature-JIRAISSUE-123-some-feature-name?vcsBranch=refs/heads/feature/JIRAISSUE-123-some-feature-name
http://localhost:8085/rest/api/latest/plan/MOR-DB/branch/feature-JIRAISSUE-123-some-feature-name?vcsBranch="refs/heads/feature/JIRAISSUE-123-some-feature-name"
http://localhost:8085/rest/api/latest/plan/MOR-DB/branch/feature-JIRAISSUE-123-some-feature-name?vcsBranch="/refs/heads/feature/JIRAISSUE-123-some-feature-name"
http://localhost:8085/rest/api/latest/plan/MOR-DB/branch/feature-JIRAISSUE-123-some-feature-name?vcsBranch="feature/JIRAISSUE-123-some-feature-name"

and getting following error message:


405 - The specified HTTP method is not allowed for the requested resource.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 24, 2019

Hi @Dmitrij Kultasev

The method you are trying to use does not support POST but PUT. Have you tried using PUT?

Bamboo REST API reference for this method

I hope that is the only issue =]

TAGS
AUG Leaders

Atlassian Community Events