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

Bamboo CLI: Providing Permission to a plan

Avik Sengupta August 28, 2018

Can I provide User Access and Group Access to a plan using Bamboo CLI ?

1 answer

0 votes
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 4, 2018

According to Bamboo CLI documentation, there isn't any command to add plan permission.

Try the following REST call:

curl -u username -X PUT -H "Content-Type: application/json" -d '["WRITE","READ","ADMINISTRATION","CLONE","BUILD"]' http://localhost:8085/rest/api/latest/permissions/plan/<projKey>-<planKey>/users/<username>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events