Project

General

Profile

Documentation - Redmine Project Types Relations

Define logical relations between your project types

Redmine Plugin Version Redmine Version Language Support Version Stage

Redmine Project Types Relations is a plugin which lets the user define relations between projects that are beyond the default project hierarchy tree.

Project Type Relations Example

Getting Started

This quick introduction shows you the most convenient way for trying out the plugin with your Redmine instance.

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 -b master https://github.com/xmera-circle/redmine_project_types_relations.git

Dependencies

To run the plugin you need the following dependencies installed:

Restart Redmine

Navigate into the 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

Navigate to Administration -> Project Types and define relations on your existing project types.

After you can navigate into a project based on some of the project types you defined relations for and choose other projects to mark them related to the one at hand.

After successful saving you will see your relations on your project overview page.

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 Project Types Relations.

All those changes are documented in source:CHANGELOG.md.

Licence

Copyright © 2017-2023 Liane Hampe (), xmera Solutions GmbH.

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.