https://github.com/worktile/redmine_worktile
worktile integration plugin for Redmine.
https://github.com/worktile/redmine_worktile
Last synced: 8 months ago
JSON representation
worktile integration plugin for Redmine.
- Host: GitHub
- URL: https://github.com/worktile/redmine_worktile
- Owner: worktile
- Created: 2015-08-17T03:22:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T00:52:17.000Z (over 6 years ago)
- Last Synced: 2025-03-28T01:50:50.034Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Worktile plugin for Redmine.
This plugin posts updates to issues in your Redmine installation to Lesschat.
Forked from [Slack plugin for Redmine](https://github.com/sciyoshi/redmine-slack).
## Installation
From your Redmine plugins directory, clone this repository as `redmine_lesschat` (note
the underscore!):
git clone https://github.com/worktile/redmine_worktile.git redmine_worktile
You will also need the `restclient` 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 Lesschat Webhook URL to the URL for an
Incoming WebHook integration in your Lesschat 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 `Lesschat Webhook URL`. 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 [Anything other than http...].
For more information, see http://www.redmine.org/projects/redmine/wiki/Plugins.