Plugins Directory » Issue Open Date
|
Author: | Igor Olemskoi (Southbridge) |
---|---|---|
Website: | https://github.com/southbridgeio/redmine_issue_open_date | |
Code repository: | https://github.com/southbridgeio/redmine_issue_open_date.git | |
Registered on: | 2015-12-10 (almost 9 years ago) | |
Current version: | 0.3.0 | |
Compatible with: | Redmine 4.1.x, 4.0.x, 3.4.x | |
User ratings: |
This plugin is designed to open frozen issues on the scheduled day.
Installation notes
After installing the plugin, you have to run database migration:
bundle exec rake redmine:plugins:migrate
To add a daily task in CRON:
bundle exec whenever -i redmine_issue_open_date -f plugins/redmine_issue_open_date/config/schedule.rb
Changelog
0.3.0 (2018-12-26)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
- Add support for bulk-edit
- Fix worker autoload
- Fix date save for new issue
- Don't show open date field if issue.open_date is empty
- Adapt for Redmine 4
0.2.0 (2018-04-05)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- Add issue open time to user account options
- Add sidekiq-cron support
0.1.3 (2018-03-20)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- Use datetime for reopen schedule
0.0.3 (2015-12-09)
Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.