项目

常规

个人资料

插件目录 » 问题克隆器

作者 Evgenii Semenchuk
网站 https://github.com/evgenii/redmine_issue_cloner
代码仓库 https://github.com/evgenii/redmine_issue_cloner
注册于 2010-11-03 (超过13年前)
当前版本 0.0.1
兼容 Redmine 0.9.x, 1.0.x
用户评分   (0)

Redmine 插件,在月初克隆问题和推迟问题日期

安装说明

安装

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 - 添加列
5. ruby script/server - 启动应用程序。享受!

克隆任务

添加 rake 任务到 crontab 以运行 'rake issue_cloner:clone'

示例

    crontab -e

选择文本编辑器,然后插入代码

    0 7 * * * cd /full/path/to/your/rails/application && rake issue_cloner:clone &> /tmp/cron_issue_cloner.log

保存它,crone 将自动启动

变更日志

0.0.1 (2010-11-03)

兼容 Redmine 0.9.x, 1.0.x。