Pull request notifications
Bitbucket Data Center sends email notifications to the author, reviewers, and watchers of a pull request when the below events occur.
You can choose which of these notifications you receive from the Notification settings tab within Manage account, and set different preferences for when you are the author of a pull request versus when you are a reviewer or participant. In the table below, events are grouped by the subscription that controls them. By default users are subscribed to every group.
| Pull request event | Notification recipients |
|---|---|
| State changes | |
| The pull request is approved | The watchers of the pull request |
| The pull request is unapproved | The watchers of the pull request |
| The pull request is reviewed | The pull request author |
| The reviewers are updated | The pull request author |
| The pull request is merged | The watchers of the pull request |
| The pull request is declined | The watchers of the pull request |
| The pull request is reopened | The watchers of the pull request |
| The pull request is deleted | The watchers of the pull request |
A draft pull request is marked as ready for review | The watchers and reviewers of the draft pull request |
An open pull request is converted to a draft | The watchers and reviewers of the pull request |
| Auto-merge is requested for a pull request | The watchers of the pull request |
| Auto-merge is canceled for a pull request | The watchers of the pull request |
| コードの変更 | |
| A commit is made to the source branch | The watchers of the pull request |
| The destination branch is changed | The watchers of the pull request |
| Comments and tasks added | |
| A comment is added ¹ | The watchers of the pull request |
| A comment is replied to ¹ | The watchers of the pull request |
| A comment is liked ¹ | The pull request author and the comment author |
| Mentions of me | |
| A pull request is opened | The reviewers of the pull request, and anyone mentioned in the description |
| A reviewer is added | The added reviewer |
| A reviewer is removed | The removed reviewer |
¹ If a comment mentions you, or is a reply or reaction to your comment, this notification is governed by the Mentions of me subscription instead of Comments and tasks added.
The pull request author and its reviewers are automatically added as watchers, as is anyone who participates in the pull request. For example by commenting on, approving, merging, declining, or reopening it, or by pushing commits to its source branch.
By default, pull request notifications are batched. You can change your personal account settings in Bitbucket (from the Notification settings tab) so that you get all pull request notifications immediately.
However, in the following situations, notifications are always sent immediately:
- When a pull request is first opened, notifications are immediately sent to the reviewers.
- When a pull request is deleted, notifications are immediately sent to all watchers.
- When a pull request is reopened, notifications are immediately sent to the reviewers who have opted in for immediate notifications.
- When someone is added as a reviewer to a pull request, a notification is immediately sent to them.
- When someone is removed as a reviewer from a pull request, a notification is immediately sent to them.
- When someone is mentioned in the description of a pull request, a notification is immediately sent to them.
When a draft pull request is created and reviewers are added to it, notifications are immediately sent to the reviewers.
You don't receive notifications for events you initiate yourself. See also Pull requests.