Bitbucket Slack channel and hook overrides using patterns

In order to receive Slack notifications to different Bitbucket branches you need to create a pattern expression against source (from) or destination (to) branch.
October 19, 2023
Productivity
Use-Case
Bitbucket

Check out Bitbucket Slack integration video demo.

Question

I am integrating Bitbucket Data Center and Slack. I am trying to set up Slack notifications using the pattern option wherein all the Bitbucket pull requests to master should go to one Slack channel, and pull requests to bugfix should go to another channel. I am using this pattern master->#bb-master,bugfix->#bb-bug-prs


Answer

The setup is pretty easy to achieve this. The main issue here is to understand the source (from) and destination (to) branches.


The source branch is where you have your source code, and the destination branch is where you want to merge your pull request. In the question above, you create a bug pull request with a destination branch bugfix. You create pull requests with the master as a destination when you want to merge there.


Let us show you how to set this up with App "Slack notifications for Bitbucket" by Move Work Forward.

Our initial setup is that we have 2 Slack channels - #bb-master for the pull requests with the master branch as a destination and #bb-bug-prs for the Bitbucket pull requests for the bug fixes. We usually name those bugfix/DEV-123-bug-description, where DEV-123 is the Jira issue key.

Afterwards, we create an Incoming Webhook for the #bb-master branch only.

Bitbucket and Slack integration
We configure a repository config with the following pattern master->#bb-master,bugfix->#bb-bug-prs.
Bitbucket and Slack integration

After we configured the rule we created 2 Bitbucket pull requests: one against the master and another against the bugfix branch.

Bitbucket and Slack integration

When the pull requests created or merged the corresponding Slack channels will get notified.

Bitbucket and Slack integration

Important: You need to pay close attention when to use From branch or To branch setting.

Try our Slack notifications for Bitbucket App. Please reach out if you have any questions or doubts.

Products we’re proud of

Articles you might like

Atlassian announces a new partnership with Slack
October 19, 2023
Atlassian announces a new partnership with Slack
Atlassian has made an equity investment in Slack, and Slack has acquired the IP for Stride and HipChat Cloud. Slack has been a user of Atlassian products for many years, and Atlassian's employees are using Slack now. Microsoft Teams is an option as well.
Read more >
How to integrate Bitbucket Server with Jenkins Pipelines
February 28, 2024
How to integrate Bitbucket Server with Jenkins Pipelines
Streamline workflows with our step-by-step guide on integrating Bitbucket Server with Jenkins Pipelines. Improve collaboration & efficiency with our app now!
Read more >

New blog posts

Build bridges, not barriers- Tips to improve collaboration using Google Workspace and Atlassian.
April 18, 2024
Build bridges, not barriers- Tips to improve collaboration using Google Workspace and Atlassian.
As the digital and remote workspace continues to expand, it has become crucial for teams to integrate other powerful apps such as Jira, Confluence, and Bitbucket to enhance team connectivity and collaboration.
Read more >
Feature flags solutions research
April 16, 2024
Feature flags solutions research
A short analysis of feature flag solutions.
Read more >
Bring information from GitHub into Confluence
March 6, 2024
Bring information from GitHub into Confluence
Learn how to extract your technical documentation, files, and source code from Github to Confluence by integrating these two apps together. Read more.
Read more >