Documentation - Redmine Project Types Relations¶
Display dependencies between your projects using project types
Redmine Project Types Relations is a plugin which lets the user define relations between projects that are beyond the default project hierarchy tree.
- Table of contents
- Documentation - Redmine Project Types Relations
Getting Started¶
This quick introduction shows you the most convenient way for trying out the plugin with your Redmine instance.
Dependencies¶
To run the plugin you need the following dependencies installed:
Downloading the plugin¶
Navigate into the plugins directory of your Redmine instance.
Download the latest development state as redmine_project_types_relations folder
into your plugin directory.
cd (REDMINE_ROOT_DIR)/plugins
git clone https://github.com/xmera-circle/redmine_project_types_relations.git
Plugin Dependencies¶
Redmine Project Types Relations depends on
- Redmine Project Types
Restart Redmine¶
Navigate into your Redmine root directoy.
Run the restart
Rake task. This will touch restart.txt
in order to force Redmine's application server to restart and load
everything from scratch. This will register the new plugin.
cd (REDMINE_ROOT_DIR)
rake restart
Plugin Usage¶
Define subordinated Project Types¶
Navigate to Administration -> Project Types. There is now an extra table column showing the relation of a project type with its subordinated project types.
Each project type may have one or many relations to other project types which can be defined in the project type settings.
Define Project Relations¶
Open the settings of a project which should be related to another project having the project type which again is the subordinated project type of the underlying project.
There is a checkbox selection on the project setting page where you can define the relation between the project with other projects. Select what is appropriate.
Navigate to the project overview. You will find an additional box showing the newly defined relations.
Changelog¶
Every release comes along with a list of notable changes in order to make it easier to follow up on the progress of Redmine Table Calculation.
All those changes are documented in source:CHANGELOG.md.
Licence¶
Copyright © 2020-2021 Liane Hampe (liaham@xmera.de), xmera.
This plugin is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This plugin is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.