Plugins Directory » Tags+
|
|
Author: | Nicolas MakesSenseSoftware |
|---|---|---|
| Website: | https://makessensesoftware.com/tags-plus | |
| Code repository: | - | |
| Registered on: | 2026-04-12 (6 days ago) | |
| Current version: | 1.0.1 | |
| Compatible with: | Redmine 6.1.x, 6.0.x, 5.1.x | |
| User ratings: |
Cross-project tagging system for Redmine issues. Global tag pool with contextual visibility: tags from projects you can't access never leak. Public tags shared across projects, private tags visible only to you. Native Redmine filter integration: filter issues by tag in the standard issue list. Two-level color system with project-level overrides.
Requires one database migration (creates the tag tables). No external dependencies.
Site license: one purchase covers all your Redmine instances. $49 one-time, perpetual. Currently included free with every Board+ purchase (time-limited offer).
Installation notes
1. Download the .zip from your account at makessensesoftware.com
2. Extract into your Redmine plugins/ directory (you should have plugins/tags_plus/)
3. Run database migrations:
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
4. Restart Redmine
5. Enable the "Tags+" module in Project > Settings > Modules
No external gem dependencies. No bundle install needed.
Docker users: extract into your mounted plugins/ volume, set REDMINE_PLUGINS_MIGRATE=1, and restart the container.
Changelog
1.0.1 (2026-04-09)
Compatible with Redmine 6.1.x, 6.0.x, 5.1.x.