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

Feature Request: Merge check approval from specific user(s)/group(s)

Bert Oost December 13, 2021

Hi there,

I would like to have the ability to add a merge check where I can define (select) users and/or groups which should approve pull requests. Additionally the number of approvals should be configurable.

For example;

  • I want to have 2 approvals in general
  • And at least 1 approval from a technical-lead (group)

Regards, Bert

2 answers

1 vote
Ulrich Kuhnhardt _IzymesCo_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
December 13, 2021

Hi @Bert Oost ,

we've will have a cloud version of Workzone for Bitbucket available as beta in the next couple weeks. Please send me an email (info at izymes dot com) to discuss details and get access to the beta version. Best, Ulrich

Bert Oost January 6, 2022

Hi Ulrich,

That literally sounds good! I just saw your reply.

I have send you an email. Thanks in advance.

Regards, Bert

0 votes
Roman Stoffel January 19, 2023

Code Owners for Bitbucket Cloud also should cover your scenario.
You can define two groups, like:

```
# Define groups
@@@Developers @"Joe Dev" @"Jill Dev" @"Jordan Dev"
@@@@LeadDevs @"Domi Dev" @"Jun Dev"

# For all source code, add reviewers from the Delelopers and LeadDevs group
* @@Developers @@LeadDevs

# Then check, the approvals. At least 2 from Developres, and 1 from a lead dev.
(Check(@@Developers >= 2) & Check(@@LeadDevs >= 1))
```

More docs here: https://docs.mibexsoftware.com/codeowners/cloud

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events