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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Bamboo REST API: Grant permission to the plan

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!

 

 

 

1 answer

1 accepted

3 votes
Answer accepted
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Feb 06, 2018
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

Quick and excellent answer, thank you!

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events