Skip to content

Redmine Plugin : Easily get a list of all members of a Role grouped by projects.

License

Notifications You must be signed in to change notification settings

evolvingweb/redmine_list_of_roles_members

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine List of Roles Members

Savoir-faire Linux

Easily get a list of all members of a Role grouped by projects.


Minimum system requirements

  • GNU/Linux operating system
  • Redmine ~3.2
  • Ruby on Rails >= 4.2
  • Ruby >= 1.9.3
  • Git >= 2.1.4

Installation procedure

We will show you how to install it on Debian family Linux distributions (such as Ubuntu), and Redmine installed with aptitude, but it can works on many other distros with similar procedures.

You may need to do those commands as root, depending on your particular case.

Feel free to replace the variable $REDMINE_PATH to your own Redmine instance path.

$REDMINE_PATH=/usr/share/redmine/

cd $REDMINE_PATH/plugins/
git clone git@github.com:savoirfairelinux/redmine-list-of-roles-members.git
mv redmine-list-of-roles-members redmine_list_of_roles_members
rake redmine:plugins:migrate RAILS_ENV=production
service apache2 reload  # or depending on which HTTP server you use

There is not further configuration needed to do after installation.

Screenshots of plugin

Roles list screenshot

Roles members screenshot

Contributing to this plugin

We absolutely appreciate patches, feel free to contribute directly on the GitHub project.

Repositories / Development website / Bug Tracker:

Do not hesitate to join us and post comments, suggestions, questions and general feedback directly on the issues tracker.

Author : David Côté-Tremblay david.cote-tremblay@savoirfairelinux.com

Website : https://www.savoirfairelinux.com/

About

Redmine Plugin : Easily get a list of all members of a Role grouped by projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.2%
  • Ruby 47.5%
  • CSS 2.3%