Skip to content

Latest commit

 

History

History
executable file
·
69 lines (42 loc) · 2.07 KB

README.md

File metadata and controls

executable file
·
69 lines (42 loc) · 2.07 KB

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:

  • Redmine 3.3.x
  • Redmine 3.2.x

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"
  1. Go to the project setting which you want to override from default.
  2. Fill the "ChatWork" field to change the room to notify.
  3. 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

  • The first release

Author

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

Acknowledge

This plugins is based on sciyoshi/redmine-slack.

License

MIT License