You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.