Redmine Chatwork
This plugin notifies updates of Redmine tickets and wiki to your ChatWork room. You can change settings for each project by creating custom-fields.
Compatible with:
- Redmine 3.3.x
- Redmine 3.2.x
Installation
- Get your ChatWork API token from the authentication page
- Download this repository
- Move
src/redmine_chatwork
to your plugins directory
- Install
httpclient
by running bundle install
from the plugin directory
- Restart Redmine
- Open plugin setting:
Administration > Plugins > Redmine Chatwork
- Set you API token and default room URL
- Create "ChatWork" and "ChatWork Disabled" project custom field (option)
Settings
Changing behavior for each project
You can override the room or turn off notifications by using project custom field. The name of the custom field must be same from the example.
- Create project custom fields:
- A "Link" field named "ChatWork"
- A "Boolean" field named "ChatWork Disabled"
- Go to the project setting which you want to override from default.
- Fill the "ChatWork" field to change the room to notify.
- Set "No" at the "ChatWork Disabled" field not to send updates.
Screenshot
Changelog
v0.2.0
- Change API endpoint from v1 to v2
- Add translation files (en and ja)
v0.1.1
- Fix unexpected body escaping
v0.1.0
Author
http://media-massage.net/profile/
Acknowledge
This plugins is based on sciyoshi/redmine-slack.
License
MIT License