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

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

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 =]

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events