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.
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"
src/components/*.js @@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 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.