Plugins Directory » Issue Status History
|
|
Author: | redmineservices . |
|---|---|---|
| Website: | https://github.com/redmineservices/redmine_status_history | |
| Code repository: | https://github.com/redmineservices/redmine_status_history | |
| Registered on: | 2015-04-07 (over 11 years ago) | |
| Current version: | 2.0.0 | |
| Compatible with: | Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x | |
| User ratings: |
Redmine Status History¶
Records every issue status interval and provides a project-level search for
status transitions between dates. It also adds the last status-change date as
an issue query filter and sortable column.
Features¶
- Search by previous status, destination status and date range.
- Display the complete status timeline for an issue.
- Filter and sort issue queries by the last status-change date.
- Restrict access using a project permission.
Compatibility¶
- Redmine 5.0.x and 5.1.x
- Redmine 6.0.x and 6.1.x
- Ruby 3.1 to 3.3
Installation notes
From the Redmine installation directory:
cd plugins git clone https://github.com/redmineservices/redmine_status_history.git cd .. bundle exec rake redmine:plugins:migrate NAME=redmine_status_history RAILS_ENV=production
Restart Redmine and grant Search issue status history to the appropriate
roles under Administration β Roles and permissions. The initial migration
reconstructs existing history and can take time on large installations.
Upgrade¶
Back up the database, replace the plugin files, run the migration command above
and restart Redmine.
Uninstallation¶
bundle exec rake redmine:plugins:migrate NAME=redmine_status_history VERSION=0 RAILS_ENV=production
Remove plugins/redmine_status_history and restart Redmine.
Source and support¶
Source: https://github.com/redmineservices/redmine_status_history
Security reports: info@redmineservices.com
Changelog
2.0.0 (2026-08-05)
Compatible with Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x.
1.0.1 (2019-08-14)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.
- Add compatibility for redmine 4.x
- Checked compatibility for redmine 3.x
- Search form improved


1.0.0 (2015-11-17)
Compatible with Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.