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.
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.
- Redmine 5.x (tested with 5.1.11)
- Redmine 6.x (tested with 6.1.1)
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.gitAfter restarting, enable "Reply button" in the project's "Settings" → "Modules".
Remove the plugin folder and restart Redmine.
cd /var/lib/redmine/plugins
rm -rf redmine_reply_button