Skip to content
Ilya Maltsev edited this page Nov 15, 2017 · 16 revisions

Access Tickets Home [en|ru]

Access tickets is Access Request System based on Redmine plugin.

Access Request System is a tool for requesting and authorizing access to administrative data in ITS-managed systems and applications.

This plugin made for approving access requests and account access to some assets such as websites, servers and other IT entities.

For any questions of this plugin (and for get full plugin version with access templates & simply approvement features, lists of expired access rights & etc) you can send email ilya@maltsev.expert

Installation

Clone from GitHub:

cd <redmine_root_directory>/plugins
git clone https://github.com/iymaltsev/access_tickets.git access_tickets

Or download ZIP-archive and extract it into "access_tickets" directory (<redmine_root_directory>/plugins/access_tickets).

And migrate plugin:

rake redmine:plugins:migrate NAME=access_tickets

Before start using this plugin needs to set base parameters of access_tickets via URL /settings/plugin/access_tickets. And then set the group leaders (Groupliders can view the access of workers consisting in the respective groups) Groups of users, for which leaders are set to be available for selection in the "Availability" when editing a resource. Users who are in the selected group when editing a resource, the resource will be able to choose when completing an access request.

Removing plugin:

rake redmine:plugins:migrate NAME=access_tickets VERSION=0 RAILS_ENV=production
rm -rf <redmine_root_directory>/plugins/access_tickets

An example of installation and basic settings of the plugin can be found here.

Screenshots

screenshot

screenshot

screenshot

Screenshots from extended version

screenshot

screenshot

screenshot

screenshot

Clone this wiki locally