项目

常规

个人资料

插件目录 » Redmine Trac票据号自定义字段

作者 Seung Soo Mun
网站 https://github.com/hamletmun/redmine_trac_custom_field
代码仓库 https://github.com/hamletmun/redmine_trac_custom_field
注册于 2014-06-13(大约10年前)
当前版本 0.1.1
兼容 Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.3.x, 1.2.x, 1.1.x, 1.0.x, 0.9.x
用户评分   (0)

这是一个Redmine的自定义字段,它创建了一个可以直接链接到Trac(http://trac.edgewall.org)的字段。目前这个功能并不激动人心,只需在Redmine中添加一个Trac类型的自定义字段,然后将其分配给一个错误/特性跟踪器。然后,在创建问题票据时,如果用户粘贴了Trac票据号,它会创建一个简单的链接来查看该票据。

https://redmine.ruby-lang.org.cn/plugins/redmine_rt_custom_field分支

安装说明

  1. git clone git://github.com/hamletmun/redmine_trac_custom_field.git
  2. rake redmine:plugins:migrate RAILS_ENV=production
  3. 重启Apache/Nginx/Unicorn等
  4. 从管理 > 插件进行配置
  5. 创建类型为Trac的自定义字段
  6. 将自定义字段添加到跟踪器

变更日志

0.1.1 (2014-06-13)

兼容Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.3.x, 1.2.x, 1.1.x, 1.0.x, 0.9.x。