More documentation fixes
This commit is contained in:
18
README.md
18
README.md
@@ -1,6 +1,6 @@
|
||||
# Messenger plugin for Redmine
|
||||
|
||||
This plugin posts updates to issues in your Redmine installation to (Slack)[https://slack.com/], (Rocket.Chat)[https://rocket.chat/] or (Mattermost)[https://about.mattermost.com/] channel.
|
||||
This plugin posts updates to issues in your Redmine installation to [Slack](https://slack.com/), [Rocket.Chat](https://rocket.chat/) or [Mattermost](https://about.mattermost.com/) channel.
|
||||
|
||||
Redmine Supported versions: 3.0.x.
|
||||
|
||||
@@ -28,31 +28,31 @@ named `Messenger Channel`. If no custom channel is defined for a project, the pa
|
||||
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 (see also next section for an easy configuration demonstration).
|
||||
For more information, see [https://www.redmine.org/projects/redmine/wiki/Plugins](https://www.redmine.org/projects/redmine/wiki/Plugins) (see also next section for an easy configuration demonstration).
|
||||
|
||||
## Screenshot Guided Configuration
|
||||
|
||||
Step 1: Create an Incoming Webhook in Messenger (Administration > Integrations > Incoming WebHook).
|
||||
|
||||

|
||||

|
||||
|
||||
Step 2: Install this Redmine plugin for Messenger.
|
||||
|
||||

|
||||

|
||||
|
||||
Step 3: Configure this Redmine plugin for Messenger. For per-project customized routing, leave the `Messenger Channel` field empty and follow the next steps, otherwise all Redmine projects will post to the same Messenger channel. Be careful when filling the channel field, you need to input the channel's handle, not the display name visible to users. You can find each channel's handle by going inside the channel and click the down-arrow and selecting view info.
|
||||
|
||||

|
||||

|
||||
|
||||
Step 4: For per-project customized routing, first create the project custom field (Administration > Custom fields > New custom field > Projects).
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Step 5: For per-project customized routing, configure the Messenger channel handle inside your Redmine project.
|
||||
|
||||

|
||||

|
||||
|
||||
## Credits
|
||||
|
||||
The source code is forked from https://github.com/altsol/redmine_mattermost. Special thanks to the original author and contributors for making this awesome hook for Redmine. This fork is just refactored to use Messenger-namespaced configuration options in order to use all hooks (Rocket.Chat, Mattermost and Slack) in a Redmine installation.
|
||||
The source code is forked from [https://github.com/altsol/redmine_mattermost](https://github.com/altsol/redmine_mattermost) . Special thanks to the original author and contributors for making this awesome hook for Redmine. This fork is just refactored to use Messenger-namespaced configuration options in order to use all hooks (Rocket.Chat, Mattermost and Slack) in a Redmine installation.
|
||||
|
||||
Reference in New Issue
Block a user