通知
Using Bitbucket Server
- Importing code from an existing project
- Creating projects
- Creating repositories
- リポジトリのクローン
- Personal access tokens
- Controlling access to code
- Workflow strategies in Bitbucket Server
- Using pull requests in Bitbucket Server
- Search for code in Bitbucket Server
- Managing webhooks in Bitbucket Server
- 通知
- Markdown syntax guide
- アドオンをリクエストする
- Set the default time zone in Bitbucket Server
- Download an archive from Bitbucket Server
- Creating a Contributions guidelines file
- Working with Git LFS Files
- Compare changes in Bitbucket Server
このページの内容
このセクションの項目
関連コンテンツ
- Set up a mirror
- Using Bitbucket Server in the enterprise
- Git Large File Storage
- Clone a repository
- Scaling Bitbucket Server
- Git Virtual File System (GVFS)
- Adding and removing Data Center nodes
- Using Bitbucket Server
- Scaling Bitbucket Server for Continuous Integration performance
- Clustering with Bitbucket Data Center
An email server must be configured in Bitbucket Server for email notifications to be sent. See Setting up your mail server. Note that if the mail server fails, notifications will be dropped. See also Hipchat notifications.
Batched email notifications
Notifications are aggregated by user for each pull request and are emailed in a batch. The batch gets sent if things go quiet for a while (default is 10 minutes), or when the oldest notification gets 'stale' (default is 30 minutes), whichever comes first.
By default, email notifications are batched. However:
- You can change your personal account settings (on the Notification settings tab) so that you recieve notifications immediately.
- Pull request notifications and repository notifications have separate settings for notifications to be batched or recieved immediately. E.g., you can opt to receive pull request notifications immediately, but receive repository notifications in a batch.
- A Bitbucket Server admin can configure the period of inactivity and the staleness timeout period in the Bitbucket Server config properties file.
- A Bitbucket Server admin can change the notification mode for the Bitbucket Server instance to 'immediate' using a system property, but users can still opt in for batched notifications.
Using 'mentions' to notify someone
From Bitbucket Server 2.0 'mentions' can be used to notify another Bitbucket Server user about the pull request description or comment you are writing. Bitbucket Server sends an email to that person – the emails are batched if they have opted for batching in their personal account settings.
To use mentions, simply start typing '@' and then the users display name, username or email address, and choose from the list that Bitbucket Server offers. You can use quotes for unusual names, for example if it has spaces. Use Control-Shift-P or Command-Shift-P to preview the mention.
このセクションの項目
関連コンテンツ
- Set up a mirror
- Using Bitbucket Server in the enterprise
- Git Large File Storage
- Clone a repository
- Scaling Bitbucket Server
- Git Virtual File System (GVFS)
- Adding and removing Data Center nodes
- Using Bitbucket Server
- Scaling Bitbucket Server for Continuous Integration performance
- Clustering with Bitbucket Data Center