This redmine plugin allows you to specify more than one project per issue.
Cross-projects issues appear in all related projects. They can be viewed by every users who have enough permission on at least one related project, but can be updated only by users who have enough permissions on the main project (the project used to create the issue).
Do not forget to add the "View multi-projects issues" permission to authorized roles.
This plugin has been tested with Redmine 2.3.0+.
Compatibility with older Redmine versions:
With Redmine 5.0+, use the current master branch. See below for specific instructions.
Please apply general instructions for plugins here.
Note that this plugin depends on:
These plugins must be installed first.
Then, 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'!
Then execute:
$ bundle install
$ rake redmine:plugins
And finally restart your Redmine instance.
Plugin branch | Redmine Version | Test Status |
---|---|---|
master | 5.1.4 | |
master | 6.0.1 | |
master | master |
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)