项目

常规

个人资料

插件目录 » Redmine 自动分配组插件

作者 Tatsuya Saito
网站 https://github.com/two-pack/redmine_auto_assign_group
代码仓库 https://github.com/two-pack/redmine_auto_assign_group
注册于 2017-10-01(大约7年前)
当前版本 0.1.2
兼容 Redmine 5.0.x, 4.2.x, 4.1.x
用户评分   (5)

这是一个 Redmine 插件,当创建新用户时自动分配组。

安装说明

在 Redmine 文件夹中,

$ cd plugins
$ git clone https://github.com/two-pack/redmine_auto_assign_group.git redmine_auto_assign_group
$ cd ..
$ bundle install --without test
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production

最后重启 Redmine。

变更日志

0.1.2 (2022-04-23)

兼容 Redmine 5.0.x, 4.2.x, 4.1.x。

  • 支持 Redmine 5.0.0。
  • 修复一些错误。

0.1.1 (2018-12-08)

兼容 Redmine 4.0.x, 3.4.x, 3.3.x。

  • 支持基于名字和姓氏的规则。
  • 准备支持 Redmine 4.0.0。
  • 修复错误。

0.1.0 (2017-10-22)

兼容 Redmine 4.0.x, 3.4.x, 3.3.x。

  • 首次正式发布。
  • 修复错误。

0.0.2 (2017-10-08)

兼容 Redmine 4.0.x, 3.4.x, 3.3.x。

  • 修复了不为内置组(如匿名组、非成员组)创建规则的问题。
  • 添加了测试。

0.0.1 (2017-10-02)

兼容 Redmine 4.0.x, 3.4.x, 3.3.x。

用户评分

 Yuki Ito 大约2年前评分

工作得很好!优秀的插件!(版本 4.2.5)

 Arnaud Bitterlin 大约3年前评分

与 Redmine 4.1.x 不兼容:"ArgumentError (参数数量错误(给定 2,预期 0..1))"

 Tibor Racz 超过4年前评分

没有使用自定义字段,选项相当有限。您计划进一步开发吗?

 Taner Tas 大约5年前评分

这是一个非常有用的基于 LDAP 认证的插件。希望我有能力使用自定义用户字段进行额外的筛选。

 Marvin Wener 超过5年前评分

工作得非常好。只需在组过滤器中放入适当的正则表达式,新订阅者就会自动分配到正确的组。谢谢!