Project

General

Profile

Plugins Directory » Redshares

Author: Jonathan Zaiat
Website: https://github.com/jzaiat/redshares
Code repository: https://github.com/jzaiat/redshares
Registered on: 2013-07-18 (almost 11 years ago)
Current version: 1.0.0
Compatible with: Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x
User ratings:   (0)

This plugin allows you to share an issue with other users, using readonly or editable permissions. When shared and on issue modification, the shared users will be notified via email.

The permissions works this way:
  • The readonly permission is like a watcher, but the issue is visible for him in the listings.
  • The editable permission is like assigning the issue to him, the user has visibility and he can modify the issue.

This is my humble attempt to extend the issue assignment to many users (also adding management of visibility, notification and permissions).

Please feel free to propose fixes, changes and improvements.

Installation notes

To install the plugin, execute the following commands from the root of your Redmine directory:

First clone from repository (or download pack and extract in plugins folder)

cd plugins
git clone https://github.com/jzaiat/redshares

Then, update the database from the root of your Redmine directory:

cd ..
rake redmine:plugins:migrate RAILS_ENV=production

Finally, after the plugin is installed you will need to restart Redmine for the plugin to be available.

Configuration

  • Login to Redmine, go to Administration > Plugins and click in Configure in Redshares plugin. Select which roles issues will be share to.
  • Add the module to Administration > Settings > Project > Default enabled modules for new projects, or you can enable it on each project that you need the plugin.
  • Configure Redshare module permissions for each role (Administration > Roles and permissions)

Enjoy!

Changelog

1.0.0 (2013-07-18)

Compatible with Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.

redshares.png (19.3 KB) redshares.png List of shared users with permissions Jonathan Zaiat, 2013-07-18 20:56
redshares_add.png (57.1 KB) redshares_add.png Adding a Redshare Jonathan Zaiat, 2013-07-18 20:56