hokkey / redmine_chatwork

A Redmine plugin to notify updates to ChatWork rooms
http://www.redmine.org/plugins/redmine_chatwork
MIT License
10 stars 15 forks source link
chatwork redmine redmine-plugin

Redmine Chatwork

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:

Installation

  1. Get your ChatWork API token from the authentication page
  2. Download this repository
  3. Move src/redmine_chatwork to your plugins directory
  4. Install httpclient by running bundle install from the plugin directory
  5. Restart Redmine
  6. Open plugin setting: Administration > Plugins > Redmine Chatwork
  7. Set you API token and default room URL
  8. 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.

  1. Create project custom fields:
    • A "Link" field named "ChatWork"
    • A "Boolean" field named "ChatWork Disabled"
  2. Go to the project setting which you want to override from default.
  3. Fill the "ChatWork" field to change the room to notify.
  4. Set "No" at the "ChatWork Disabled" field not to send updates.

Screenshot

Changelog

v0.2.0

v0.1.1

v0.1.0

Author

http://media-massage.net/profile/

Acknowledge

This plugins is based on sciyoshi/redmine-slack.

License

MIT License