Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sciyoshi/redmine-slack
Slack notification plugin for Redmine
https://github.com/sciyoshi/redmine-slack
Last synced: 8 days ago
JSON representation
Slack notification plugin for Redmine
- Host: GitHub
- URL: https://github.com/sciyoshi/redmine-slack
- Owner: sciyoshi
- License: mit
- Created: 2014-02-10T23:17:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T23:28:32.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:46:15.312Z (3 months ago)
- Language: Ruby
- Size: 95.7 KB
- Stars: 401
- Watchers: 46
- Forks: 219
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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.