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
Dear All,
I'm not a REST expert, but I'm trying to automate some things in the Bamboo.
I would like to add existing user to plan via REST API.
I already found an entry from the official documentation, but I can't figure it out.
Getting users from the plan is working like a charm via GET method:
http://localhost:8085/rest/api/latest/permissions/plan/TEST-TEST/users
but how can I add for example user "test1" to Project TEST / Plan TEST using PUT method?
My preferable way to do this is by cURL, wget or anything from Linux terminal, I'm using Bamboo 6.2
Thank you all in advance!
curl -X PUT -u admin:admin
-H "Content-Type: application/json"
-d "[\"READ\",\"WRITE\",\"BUILD\",\"CLONE\",\"ADMINISTRATION\"]"
http://localhost:9087/bamboo/rest/api/latest/permissions/plan/TEST-TEST/users/myuser
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I have tried this REST API call in bamboo 6.2.2 and result is, that user is added to the plan, but without any role/permission. Do you know reason why?
thanks,
Branislav
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.