redmine_discord
redmine_discord copied to clipboard
Redmine plugin that sends webhook notifications to Discord channels in a rich embed format.
Redmine_Discord
This plugin sends webhook notifications to desired Discord channnels via Discord's Webhook API.
Installation
- Go to
<Redmine Dir>/pluginsand executegit clone https://github.com/kory33/redmine_discord cd ./redmine_discord bundle install - Restart Redmine
Settings Webhook URLs
- From
Administration > Custom fields, create a custom field forProjects - Configure the properties as follow:
- "Format" to
List - "Name" to
Discord Webhooks(case-sensitive) - Check "Multiple values"
- Uncheck "Visible" (Recommended)
- Paste Webhook URLs in "Possible values", one per line
- Save the custom field
- Select
Discord Webhooksin projects' Settings
and you are done!
Other Required Settings
- In order to make the embed links work, you need to configure
Administration > Settings > General > Host name and path / Protocol. With regards to the host name/path, (in most of cases) you just need to copy the address shown just below the input box. If this does not work, put the address of the server without protocol.