This plugin sends webhook notifications to desired Discord channnels via Discord's Webhook API.
- Go to
<Redmine Dir>/plugins
and executegit clone https://github.com/kory33/redmine_discord cd ./redmine_discord bundle install
- Restart Redmine
- 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 Webhooks
in projects' Settings
and you are done!
- 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.