I would like to create a group of reviewers for my teams in the company, but the only Cloud option is to create Default Reviewers.
The documentation says that the Reviewer Group option is available on Bitbucket Server, I would like to know if this exists on Bitbucket Cloud too, and if so, how do I create the groups?
Hi Lucas and welcome to the community!
It is not possible to create reviewer groups on the UI, however, we recently released the CODEOWNERS feature:
This allows you to create reviewer groups in a file named teams.yaml in your repo and then determine where these groups will be added in the CODEOWNERS file. Both files need to exist in a directory named .bitbucket in the repo and that needs to exist in the destination branch of the pull request.
The section Adding teams as code owners in the documentation I linked provides more details and an example.
Please feel free to reach out if you have any questions.
Kind regards,
Theodora
Hello Theodora, thank you for responding to me.
Ah, ok, I understand.
I saw you added some new features for pull requests, like the ability to save a default description for PRs, which is really useful for us because we can add a code review guideline to projects.
So we are trying to increase our Code Review process, and I think it would be very interesting to have the option of creating a Review Group.
We have different teams in the company, so I think this feature is very interesting, just to better explain why.
Do you have plans to add this feature?
Kind regards,
Lucas.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lucas,
Thank you for the feedback, it's good to hear that the default description for pull requests is useful!
As far as I'm aware, there are no plans to add reviewer groups in the UI since the same functionality can be achieved with CODEOWNERS. With CODEOWNERS, you can define groups in the .bitbucket/teams.yaml file in the repo, or you could use workspace user groups instead (you could add user groups specifically for reviewers in the workspace's user groups, and then use them in the CODEOWNERS file).
Do you have a specific use case that the CODEOWNERS file doesn't help with?
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.