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 am trying to add a Bitbucket repository to my Bamboo Specs managed build plan using the following code...
this.buildPlan.planRepositories(new BitbucketServerRepository()
.name(name)
.repositoryViewer(new BitbucketServerRepositoryViewer())....
Unfortunately its giving me the following exception....
Plan repository: You don''t have global CREATE REPOSITORY permission to create plan repository
The user that I am connecting with to run the specs code has full admin access to the project and plan being modified so why does it need global permissions to create a plan specific repository?
Hi @[deleted]
I think I got your point, but that is not how Bamboo permissions are designed.
No user can create a repository without the Create Repository permission. That is the same rule we have for users accessing Bamboo through the UI.
Administering the plan will allow you to link an existing linked repository to a plan, but will not allow you to create a new repository configuration from scratch.
I guess the right thing to do here is either link an existing linked repository (created by another user) or add the Create Repository to the users trying to run Specs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.