Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.1 KB

redmine reply button

Features

For more information, please click here.

  • This plugin adds a Reply button to tickets.
  • You can change the last updated person to be in charge and start editing.
  • It can be used like replying by e-mail.
  • It is useful for ticket-driven development.
  • It is more convenient when used with Redmine Studio.
  • https://www.redmine-power.com/

image

Supported Redmine

  • V5.x.x (Tested by V5.0.3)
  • V4.x.x (Tested by V4.2.3)

Install

  • Place the plugin source at Redmine plugins directory.
$ cd /var/lib/redmine/plugins
$ git clone https://github.com/RedminePower/redmine_reply_button

How to activate

  • Check the 'Reply Button' checkbox on the Project->Settings->Modules and save it.

image

Uninstall

Remove the plugin directory.

$ cd /var/lib/redmine/plugins
$ rm -rf redmine_reply_button