mantis-matrix-integration – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 MantisBT-Slack
2 ==============
3  
4 A [MantisBT](http://www.mantisbt.org/) plugin to send bug updates to [Slack](https://slack.com/) and [Mattermost](https://about.mattermost.com/) channels.
5  
6  
7 # Setup
8 * Extract this repo to your *Mantis folder/plugins/Slack*.
9 * On the Slack side, add a new "Incoming Webhooks" integration and note the URL that Slack generates for you.
10 * On the MantisBT side, access the plugin's configuration page and fill in your Slack webhook URL.
11 * You can map your MantisBT projects to Slack channels by setting the *plugin_Slack_channels* option in Mantis. Follow the instructions on the plugin's configuration page to get there. Make sure the *plugin_Slack_channels* configuration option is set to "All Users", with type "complex".
12 Example value for this setting:
13  
14 array (
15 'My First Mantis Project' => '#general',
16 'My Second Mantis Project' => '#second-project'
17 )
18  
19 * You can specify which bug fields appear in the Slack notifications. Edit the *plugin_Slack_columns* configuration option for this purpose. Follow the instructions on the plugin configuration page.
20