2016-01-21 10:28:32 +02:00
2015-12-30 10:39:03 +02:00
2015-12-30 10:39:03 +02:00
2015-12-30 10:39:03 +02:00
2015-12-30 10:49:11 +02:00

Mattermost chat plugin for Redmine

This plugin posts updates to issues in your Redmine installation to a Mattermost channel. Redmine Supported versions: 2.0.x - 3.1.x.

Screenshot

screenshot

Installation

From your Redmine plugins directory, clone this repository as redmine_mattermost (note the underscore!):

git clone https://github.com/altsol/redmine_mattermost.git redmine_mattermost

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 Mattermost API URL to the URL for an Incoming WebHook integration in your Mattermost 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 Mattermost 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.

Credits

The source code is forked from https://github.com/sciyoshi/redmine-slack. Special thanks to the original author and contributors for making this awesome hook for Redmine. This fork is just refactored to use Mattermost-namespaced configuration options in order to use both hooks (Mattermost and Slack) in a Redmine installation.

Description
Flexible project management web application.
Readme 15 MiB
Languages
JavaScript 88.8%
SCSS 5.5%
Ruby 3.5%
HTML 1.3%
Slim 0.4%
Other 0.5%