Plugins Directory » Redmine Auto Close
|
|
Author: | Power Redmine |
|---|---|---|
| Website: | https://www.redmine-power.com/ | |
| Code repository: | https://github.com/RedminePower/redmine_auto_close | |
| Registered on: | 2026-06-14 (1 day ago) | |
| Current version: | 2.2.2 | |
| Compatible with: | Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x | |
| User ratings: |
Automatically closes Redmine issues based on configurable conditions:
- Auto-close parent issues when all child issues are closed
- Periodically close expired issues (via cron, daily at 3:00)
- Flexible conditions: project, tracker, status, custom fields
- Actions: status change, assignee change, or comment addition
Note: This feature is also included in redmine_studio_plugin, which bundles multiple UI enhancements in one package.
Installation notes
cd /var/lib/redmine/plugins
git clone https://github.com/RedminePower/redmine_auto_close.git
cd /var/lib/redmine
bundle exec rake redmine:plugins:migrate NAME=redmine_auto_close RAILS_ENV=production
Restart Redmine to apply changes.
Changelog
2.2.2 (2026-06-14)
Compatible with Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x.