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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,624
Community Members
 
Community Events
184
Community Groups

From Simple to Advanced – Boolean Merge-Check Expressions for Bitbucket

No doubt: pull request merge-checks are a God-sent for larger teams that require a thorough pull request review process. At the end of the process, only when all conditions are fulfilled, the pull request can be merged.

However the process and merge-check requirement can become too rigid and actually slow down the process – one reviewer is on leave, and another one is working in a different timezone and is already enjoying their weekend. You wind up chasing reviewers for their approval so the pull request can be merged.

Think of pull request merge-checks as a long checklist, all items end up as an AND condition.

Enterprise-sized teams need a balance of sufficient control and enough flexibility when it comes to approving and merging pull requests.

How about flexible, nested boolean merge-check expressions? A tree of decisions you would make in real life anyway when navigating changing circumstances?

The pull request will be automatically merged if:

  • more than 2 digital signatures and more than 1 successful build and 50% or more of reviewers have approved, OR
  • more than 2 digital signatures and more than 1 successful build and 2 or more members per reviewer group have approved.

Here’s another merge-check condition that responds to recent events

(requiredBuildsCount > 0 & groupQuota >=2) | groupQuota['royal-family-members'] > 0


So now if push comes to shove and the delivery deadline is approaching fast, just have a member of the Royal Family approve and the pull request is merged instantly, no builds, no other approvals! That’s what we call being flexible.

Try Workzone for free...

Happy coding!

Sean Manwarring

Head of Marketing at Izymes


Izymes’ mission is to eliminate boring from work. We build apps that turbo-charge team velocity through contextual automation.

Tweet to @izymesco

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events