Skip to content

edmcdonagh/redmine_multiprojects_issue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Multiprojects Issue plugin

This redmine plugin allow you to specify more than one project per issue.

Cross-projects issues appear in all concerned projects. They can be viewed by every users who have enough permission on at least one impacted project, but can be updated only by users who have enough permissions on the main project (the project used to create the issue).

Screenshots

redmine_multiprojects_issue screenshot redmine_multiprojects_issue screenshot redmine_multiprojects_issue screenshot

Installation

This plugin has been tested with Redmine 2.3.0+. For Redmine versions up to 3.2.x, release v0.2 must be used. For Redmine version 3.3.0+, use the current master. See below for specific instructions.

Please apply general instructions for plugins here.

Note that this plugin now depends on:

  • redmine_base_deface which can be found here

First download the source or clone the plugin and put it in the "plugins/" directory of your redmine instance. Note that this is crucial that the directory is named 'redmine_multiprojects_issue'!

If you are runnning Redmine 2.3.0 to 3.2.x, you need to download or clone v0.2. If you are running Redmine 3.3.0+, download or clone the current master.

Then execute:

$ bundle install
$ rake redmine:plugins

And finally restart your Redmine instance.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Redmine plugin - Add the ability to specify several projects per issue

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 83.3%
  • HTML 13.7%
  • CSS 2.1%
  • JavaScript 0.9%