This plugin for Redmine adds a custom view of the field assigned. Edited to make it work on Redmine 4.2.1 with some customizations added.
To install the Redmine Custom View Assigned plugin, execute the following commands from the root of your redmine directory, assuming that your RAILS_ENV enviroment variable is set to "production":
git clone git://github.com/MAVREE/redmine_custom_view_assigned.git plugins/redmine_custom_view_assigned
More information on installing Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins
After the plugin is installed and the db migration completed, you will need to restart Redmine for the plugin to be available.
Remove your plugin from the plugins folder: #{RAILS_ROOT}/plugins
Restart Redmine
Redmine version 4.2.1.stable
Ruby version 2.6.6-p146 (2020-03-31) [x86_64-linux]
Rails version 5.2.5
- Fixed bugs which prevented usage of grouping modes
- Renamed some settings field
- Added two new settings, one to choose which calculation mode to use when filtering assignable users and one that simply adds a prefix to groups to differentiate them from users
- For Redmine 4.0 or higher.
- For Redmine 3.4 or higher.
- Fixed versions
- Support for previous versions of Redmine.
- Added Simplified Chinese translation.
- Added sorting of groups.
- Fix bug with admin page not displayed.
- Fixed bug with presetting mode group.
- Added possibility to configure the plugin.
- Grouping users by roles, groups or groups without.
- Added a filter to the list of users for a workflow.
- Added German, Spanish, French, Italian, Portuguese translations.