Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.48 KB

File metadata and controls

50 lines (34 loc) · 1.48 KB

redmine_reply_button

Tip

With redmine_studio_plugin, you can manage this feature along with other useful features in one place.

Also, combined with the Redmine Studio app, you can enjoy an even better Redmine experience.

Overview

A plugin that adds a "Reply" button to issues. Clicking the button automatically sets the last commenter as the assignee, enabling email-like exchanges on issues.

For details, see here.

Supported Versions

  • Redmine 5.x (tested with 5.1.11)
  • Redmine 6.x (tested with 6.1.1)

Installation

The Redmine installation path varies depending on your environment. The following instructions use /var/lib/redmine. Please adjust according to your environment.

Environment Redmine Path
apt (Debian/Ubuntu) /var/lib/redmine
Docker (Official Image) /usr/src/redmine
Bitnami /opt/bitnami/redmine

Run the following commands and restart Redmine.

cd /var/lib/redmine/plugins
git clone https://github.com/RedminePower/redmine_reply_button.git

After restarting, enable "Reply button" in the project's "Settings" → "Modules".

Uninstallation

Remove the plugin folder and restart Redmine.

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