Project

General

Profile

Plugins Directory » Redmine Auto Assign Group Plugin

Author: Tatsuya Saito
Website: https://github.com/two-pack/redmine_auto_assign_group
Code repository: https://github.com/two-pack/redmine_auto_assign_group
Registered on: 2017-10-01 (over 6 years ago)
Current version: 0.1.2
Compatible with: Redmine 5.0.x, 4.2.x, 4.1.x
User ratings:   (5)

This is Redmine plugin which assigns group automatically when create new users.

Installation notes

In Redmine folder,

$ 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

Finally restart Redmine.

Changelog

0.1.2 (2022-04-23)

Compatible with Redmine 5.0.x, 4.2.x, 4.1.x.

  • Support Redmine 5.0.0.
  • Fix some bugs.

0.1.1 (2018-12-08)

Compatible with Redmine 4.0.x, 3.4.x, 3.3.x.

  • Supported rules with firstname and lastname.
  • Prepared to support Redmine 4.0.0.
  • Fixed bug.

0.1.0 (2017-10-22)

Compatible with Redmine 4.0.x, 3.4.x, 3.3.x.

  • First formal release.
  • Fixes bugs.

0.0.2 (2017-10-08)

Compatible with Redmine 4.0.x, 3.4.x, 3.3.x.

  • Fixed not to create rules for builtin groups (like Anounymous, Non member group).
  • Added tests.

0.0.1 (2017-10-02)

Compatible with Redmine 4.0.x, 3.4.x, 3.3.x.

User ratings

  by Yuki Ito almost 2 years ago

It's working well! Great plugin! (ver 4.2.5)

  by Arnaud Bitterlin over 2 years ago

Not compatible with Redmine 4.1.x : "ArgumentError (wrong number of arguments (given 2, expected 0..1))"

  by Tibor Racz over 4 years ago

The options are quite limited without using custom field. Do you plan to further develop?

  by Taner Tas almost 5 years ago

Very useful plugin for LDAP based authentications. Wish I had ability to use custom user fields for additional filtering.

  by Marvin Wener about 5 years ago

Works perfectly fine. Just put the proper regex in the group filter and new subscribers are automatically assigned to the proper group. Thanks!