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.
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 =]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.