Plugins Directory » Redmine Mentions Inbox
|
|
Author: | redmineservices . |
|---|---|---|
| Website: | https://github.com/redmineservices/redmine_mentions_inbox | |
| Code repository: | https://github.com/redmineservices/redmine_mentions_inbox | |
| Registered on: | 2026-08-07 (4 days ago) | |
| Current version: | 1.0.0 | |
| Compatible with: | Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x | |
| User ratings: |
Redmine Mentions Inbox¶
Redmine Mentions Inbox adds a simple internal inbox for the User First Name User Last Name mentions already supported by Redmine.
Users get an unread counter in the account menu, a searchable list of their mentions, direct links to the exact issue comment, and controls to mark one or all notifications as read. The plugin checks current issue and private-note permissions before displaying or opening every notification.
It has no external dependencies and does not require Redis, WebSockets or a message broker.
Features¶
- Inbox for mentions in issue descriptions and comments
- Unread counter in the account menu
- Unread and project filters
- Direct links to the exact comment
- Mark as read, unread, or mark all as read
- Protection for private issues and private notes
- Configurable retention and cleanup task
- English and Spanish translations
Installation notes
From your Redmine installation directory:
cd plugins git clone https://github.com/redmineservices/redmine_mentions_inbox.git cd .. bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Restart Redmine after the migration. No role configuration is required. Logged-in users will see the Mentions entry in the account menu.
Upgrade¶
cd plugins/redmine_mentions_inbox git pull cd ../.. bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Restart Redmine after upgrading.
Cleanup¶
The default retention period is 180 days. It can be changed from the plugin configuration page.
bundle exec rake redmine:mentions_inbox:cleanup RAILS_ENV=production
Uninstallation¶
Back up the database first, then roll back the plugin migration:
bundle exec rake redmine:plugins:migrate NAME=redmine_mentions_inbox VERSION=0 RAILS_ENV=production
Remove the plugin directory and restart Redmine.
Source code¶
Support¶
Email: info@redmineservices.com
Changelog
1.0.0 (2026-08-07)
Compatible with Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x.