# redmine-slack **Repository Path**: mirrors_sciyoshi/redmine-slack ## Basic Information - **Project Name**: redmine-slack - **Description**: Slack notification plugin for Redmine - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-07 - **Last Updated**: 2026-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Slack chat plugin for Redmine This plugin posts updates to issues in your Redmine installation to a Slack channel. Improvements are welcome! Just send a pull request. ## Screenshot ![screenshot](https://raw.github.com/sciyoshi/redmine-slack/gh-pages/screenshot.png) ## Installation From your Redmine plugins directory, clone this repository as `redmine_slack` (note the underscore!): git clone https://github.com/sciyoshi/redmine-slack.git redmine_slack You will also need the `httpclient` dependency, which can be installed by running bundle install from the plugin directory. Restart Redmine, and you should see the plugin show up in the Plugins page. Under the configuration options, set the Slack API URL to the URL for an Incoming WebHook integration in your Slack account. ## Customized Routing You can also route messages to different channels on a per-project basis. To do this, create a project custom field (Administration > Custom fields > Project) named `Slack Channel`. If no custom channel is defined for a project, the parent project will be checked (or the default will be used). To prevent all notifications from being sent for a project, set the custom channel to `-`. For more information, see http://www.redmine.org/projects/redmine/wiki/Plugins.