Pull request notifications
Bitbucket Data Center sends email notifications to the author, reviewers, and watchers of a pull request when the below events occur.
Pull request event | Notification recipients |
---|---|
A pull request is opened | The reviewers of the pull request |
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 reviewer is added | The added reviewer |
A reviewer is removed | The removed reviewer |
The reviewers are updated | The pull request author |
The pull request is approved | The watchers of the pull request |
The pull request is reviewed | The pull request author |
The pull request is unapproved | 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 |
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 |
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 draft pull request is created | The reviewers of the draft pull request if they’ve been added |
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 |
The pull request author and reviewers are automatically added as watchers.
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.