Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How a big company can have a monorepo in Bitbucket?

mateo.tibaquira November 21, 2019

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.

3 answers

2 votes
Michael Rüegg _Mibex Software_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 4, 2022

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.

0 votes
mateo.tibaquira November 23, 2019

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.

0 votes
Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 22, 2019

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

Mateo November 22, 2019

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events