Overall gantt diagram showing all projects?
Added by David Brandt almost 13 years ago
Hi
I'm quite new to Redmine, and has just got it up running.
I need a plugin that shows all projects i eg. a overall gantt diagram - so I can see when the projects is planned according to each other.
Does anyone know if there is such a plugin for Redmine?
Replies (4)
RE: Overall gantt diagram showing all projects?
-
Added by Jan Niggemann (redmine.org team member) over 12 years ago
Funny thing, I was looking for the exactly same thing just yesterday... I found nothing notable for 2.2.x...
RE: Overall gantt diagram showing all projects?
-
Added by David Brandt over 12 years ago
Hi Jan
Actually I found a "hack" to fulfill my needs!
I made a main project, eg "ARCHITECTURAL PROJECTS" and made each of our architectural projects as a sub-projects - see attached screendump!
Would be nice to be able to collapse the sub-projects!
| Main gantt.jpg (335 KB) Main gantt.jpg |
RE: Overall gantt diagram showing all projects?
-
Added by Mischa The Evil over 12 years ago
David Brandt wrote:
Actually I found a "hack" to fulfill my needs!
I made a main project, eg "ARCHITECTURAL PROJECTS" and made each of our architectural projects as a sub-projects - see attached screendump!
David, you don't need to create such project structure to have a overall gantt chart showing all projects. Such is available in the Redmine core via "top menu left -> Projects -> View all issues -> Issues right sidebar > Gantt". It's routing to http://domain.tld/issues/gantt which is a(n) overall / global / cross-project gantt view.
All the available overall / global / cross-project views are:
| View | Navigation | Route (URL) |
|---|---|---|
| overall issue list view | "top menu left -> Projects -> View all issues" |
http://domain.tld/issues |
| overall calendar view | "top menu left -> Projects -> View all issues -> Issues right sidebar > Calendar" |
http://domain.tld/issues/calendar |
| overall gantt view | "top menu left -> Projects -> View all issues -> Issues right sidebar > Gantt" |
http://domain.tld/issues/gantt |
| overall spent time details view | "top menu left -> Projects -> Overall spent time [-> Details tab]" |
http://domain.tld/time_entries |
| overall spent time report view | "top menu left -> Projects -> Overall spent time -> Report tab" |
http://domain.tld/time_entries/report |
| overall activity view | "top menu left -> Projects -> Overall activity" |
http://domain.tld/activity |
| overall news view | "top menu left -> Home -> Latest news block left -> View all news", note: Latest news block left is only displayed if at least one news item is created |
http://domain.tld/news |
Would be nice to be able to collapse the sub-projects!
This is not available in the gantt chart (not in the project- nor in the overall gantt). You could open a FR for it if required.
RE: Overall gantt diagram showing all projects?
-
Added by Ivan Cenov over 12 years ago
When selected all projects the picture is too large (high) and when scrolling left / right one cannot see if a particular project is visible. May be vertical scroll bar should be added.