The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Bamboo CLI: Providing Permission to a plan

Avik Sengupta
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 28, 2018

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

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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>
TAGS
AUG Leaders

Atlassian Community Events