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.
We really need the ability to use a REST api to configure new BitBucket code repos. Specifically, the settings for the "Sonar" plugin requires editing fields on several tabs. It's very tedious (and more importantly, error-prone) for admins to step through all of those fields according to a script and set them all properly.
As far as I can tell, there is no way to do this with the REST api. I've searched through the REST api documentation, and even posted a question on StackOverflow (no response).
Is there any viable strategy for this?
Is there a similar feature for Bitbucket Cloud? We are looking to integrate sonarqube analysis and bitbucket cloud so that reviewers can see the analysis of the build in the context of the PR.
Actually, I realized that we can set properties in the project and set the Sonar configuration in each repo to inherit from the project. We have a very small number of projects, with a large number of repositories in each project.