Redmine plugin that adds complete issue history to email notifications.
- Adds full issue history (all journals) to
issue_addandissue_editemail notifications - Shows chronological list of all changes with:
- Date and time
- User who made the change
- Comments (notes)
- Field changes (details) with proper field name translations
- Configurable via plugin settings (can be enabled/disabled)
- Supports multiple languages (EN, CS)
- Does not override Redmine templates - uses method patching for reliability
- Redmine >= 6.0.0
- Rails >= 7.0
-
Copy plugin to Redmine plugins directory:
cd /usr/src/redmine/plugins git clone https://github.com/feo-cz/feo_full_issue_history_email.git -
Restart Redmine:
touch /usr/src/redmine/tmp/restart.txt
-
Configure plugin in Administration → Plugins → FEO Full Issue History Email → Configure
Go to Administration → Plugins → FEO Full Issue History Email → Configure
- Include full history in email notifications: Enable/disable the plugin functionality (default: enabled)
Once enabled, all email notifications for:
- New issues (
issue_add) - Issue updates (
issue_edit)
will include a complete history section at the end showing all journals in chronological order.
----------------------------------------
2025-01-10 14:33 – Jan Novák
Notes:
This is a comment about the change.
Changes:
* Subject: "Old subject" → "New subject"
* Priority: "Normal" → "High"
----------------------------------------
FEO - https://www.feo.cz
This plugin is released under the MIT License.