Discord Integration¶
New in version 4.0.
Discord is a popular chat service used by various communities, supporting integrations with a great number of services.
Review Board can integrate with Discord to post notifications whenever review requests or reviews are published. You can have multiple different Discord configurations to deliver notifications to different channels (or even different Discord servers).
Integration Configuration¶
To configure an integration with Discord:
Click Add a new configuration for Discord on the Integrations page in the Administration UI.
Give the configuration a descriptive name. This can be anything at all, and just helps identify this configuration.
Select the conditions under which Review Board will send notifications to Discord under this configuration. If you have a small Review Board server and want all notifications to go to the same place, you can set this to Always match. However, you can also create complex rules to match based on repository, groups, or other criteria.
Register a new Incoming WebHook on Discord by visiting the Server Settings in the dropdown menu beside the Discord Server name.
Once there, navigate to Integrations, then click the Create Webhook button, which will create your Incoming WebHook. Choose the channel you want to post updates to using Discord’s dropdown menu.
Look for the button Copy Webhook URL and paste that in the matching field for your configuration on Review Board.