Plugins Directory » Issue cloner
|
Author: | Evgenii Semenchuk |
---|---|---|
Website: | https://github.com/evgenii/redmine_issue_cloner | |
Code repository: | https://github.com/evgenii/redmine_issue_cloner | |
Registered on: | 2010-11-03 (about 14 years ago) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 0.9.x, 1.0.x | |
User ratings: |
Redmine plugin that clone issues at the start of month and postpone issues dates
Installation notes
Install
1. cd /path_to_you_app/vendor/plugins
2. git clone git://github.com/evgenii/redmine_issue_cloner.git
3. cd ../../
4. rake db:migrate_plugins - to add columns
5. ruby script/server - to start application. Enjoy!
Clone task
Add rake task to crontab for run 'rake issue_cloner:clone'
Example:
crontab -e
choose text editor, then insert code
0 7 * * * cd /full/path/to/your/rails/application && rake issue_cloner:clone &> /tmp/cron_issue_cloner.log
save it and crone will automatic starting
Changelog
0.0.1 (2010-11-03)
Compatible with Redmine 0.9.x, 1.0.x.