项目

常规

个人资料

操作

问题组插件

主要功能

  • 问题组(包括自定义字段)
  • 自定义查询分类
  • 子问题/子任务功能实现

屏幕截图

问题组功能 自定义查询分类 子问题/子任务 添加子问题

论坛

https://redmine.ruby-lang.org.cn/boards/3/topics/4701

下载

安装

  1. http://github.com/Ubik/redmine_issues_group/ 下载到 /vendor/plugins/redmine_issues_group
  2. 对于 Redmine 0.8.x,还需要安装 awesome_nested_set 插件,也安装到 /vendor/plugins/ 中,从 http://github.com/collectiveidea/awesome_nested_set
  3. 在命令行中执行
    rake db:migrate_plugins RAILS_ENV="production"
  4. 重启 Redmine(Apache,Mongrel,WEBrick 等)

Andrew Chaika 更新 近15年前 · 7次修订