I wonder how a big company can work with Bitbucket without the CODEOWNERS feature, as it's only available as a plugin for Bitbucket Server, but the Cloud service just doesn't offer a solution for this.
Hi Mateo, welcome to the Community!
Looks like you're looking for a feature to add reviewers to a pull request. Have you checked Default reviewers for Bitbucket Cloud? You can read more about it at Pull requests and code review. You can also find more information at Learn about code review in Bitbucket Cloud.
Let us know if that would suit you.
Best regards,
Ana
Please be careful while reading what's CODEOWNERS about: reviewers based on folders changed.
This feature is more than two years old on GitHub, and here is just unavailable for Bitbucket Cloud.
It seems that BitBucket Team doesn't get the idea of the features required by our businesses and cannot prioritize the backlog to keep the service relevant over time.
We, Mibex Software, are happy to announce that our app Code Owners for Bitbucket Cloud is now available.
To use it, simply add a CODEOWNERS file to your repository like follows:
# Example CODEOWNERS file@FrontendTeam @Peter Meier @Tim Muller@FrontendTeam**/*.java @Jamie Gartner
When you create a pull request, the app adds the code owners as reviewers if the pull request changed any files matching these file patterns.
As you can see, you can use both individual Bitbucket Cloud users as well as configure your own teams in CODEOWNERS.
For more information (and current limitations), please check the app's documentation.
We are very interested in your feedback to improve the app and to cover your use cases. Please reach out to us in case of any questions.
It looks like you're new here. Sign in or register to get started.