Book Image

Redmine Cookbook

By : Shamasis Bhattacharya
Book Image

Redmine Cookbook

By: Shamasis Bhattacharya

Overview of this book

In a variety of online project management tools, Redmine markets itself as offering flexibility. Choosing the right management tool can mean the difference between the success and failure of a project. Flexible project management tools bend themselves to fit your needs, whether that’s communication regarding a simple project, or collaboration, or more complex project methodology such as SCRUM, or an issue-code relationship, or the need of different methodology for your project. Whether you are project manager or system administrator, this book provides valuable recipes to get the best possible performance out of your team, organization, infrastructure, and Redmine itself. Through a series of carefully crafted recipes covering the nitty-gritty of Redmine, you’ll be guided through the installation of Redmine, as well as how to fine-tune and customize your Redmine installation. Finally, we walk you through integrating Redmine with other softwares and databases like Tortoise SVN and Visual Studio and troubleshooting Redmine.
Table of Contents (17 chapters)
Redmine Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Creating and using subprojects


In the previous recipe, we explained how to split project in to versions/phases or work-packages. Now, we are going to split project into subprojects. The decision to split a project into subprojects or group tasks in versions is a matter of organization and management. From Redmine's standpoint, if you break some tasks into multiple projects as a subproject of one parent project instead of versions (phases), this will mean that you will have additional flexibility in defining modules and roles on each subproject. From a management role's usability standpoint, you are still going to be able to filter issues almost in the same way as if you were using versions.

Using subprojects can be a great way to organize your projects into a tree-like structure. If your company is large, and you want to manage projects from different departments through one unique location, Redmine can prove itself useful. Another scenario in which we need subprojects is when different vendors...