Feature #4786
closedGantt Chart - Grouping issues by target version
0%
Description
On of my colleagues has started using the Gantt chart a lot for project management.
She noticed that all issues, when displayed on the Gantt chart, appear to be ordered by starting date. This is a sensible default but my colleague believes a much better way would be to group the issues according to their version first THEN order by date
This way the issues will appear above their respective version and ordered by date. Issues without a version appear at the top.
So ideally the layout would be:
"Version 1" has issues 4,6 and 8
"Version 2" has issues 2,3,5,7
Issue 1 is not assigned to a version
Issue 1 ------------ Issue 4 ------------------ Issue 6 ---------- Issue 8 ------------------ Version 1 * Issue 2 ------------ Issue 3 ------------------------ Issue 5 ------------------- Issue 7 --------- Version 2 *
Currently it appears to be this:
Issue 2 ------------ Issue 1 ------------ Issue 4 ------------------ Issue 6 ---------- Issue 3 ------------------------ Issue 8 ------------------ Issue 5 ------------------- Version 1 * Issue 7 --------- Version 2 *
I haven't had time to fully investigate the ordering/grouping yet. This is based on my initial observations. If I am incorrect feel free to hit me.
Related issues