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 (about 7 years ago) | |
Current version: | 0.1.2 | |
Compatible with: | Redmine 5.0.x, 4.2.x, 4.1.x | |
User ratings: |
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.