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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

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

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.
Dec 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

Hi Ulrich,

That literally sounds good! I just saw your reply.

I have send you an email. Thanks in advance.

Regards, Bert

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