Feature #347
openGrouping issues in Gantt view
Added by Miroslav Zahorak over 17 years ago. Updated almost 2 years ago.
0%
Description
1. Grouping issues by Version
2. Grouping isues by Category
Files
Add-grouping-functionality-to-Gantt-diagram.patch (18.6 KB) Add-grouping-functionality-to-Gantt-diagram.patch | Patch to add grouping to Gantt diagram | Tobias Droste, 2013-01-05 09:23 | |
Add-grouping-functionality-to-Gantt-diagram.patch (18.3 KB) Add-grouping-functionality-to-Gantt-diagram.patch | Patch to add grouping to Gantt diagram (v2) | Tobias Droste, 2013-01-18 00:13 |
Related issues
Updated by Neil Rodrigues about 17 years ago
I would very much like this feature as well, particularly the
grouping by Category.
Updated by Bill Tihen over 15 years ago
Grouping by Phase
I am also in favor of this. I tried to enable some grouping by start -- date, but for a large project involving many and overlapping phases -- it is not practical to have the start date of each phase after the end date of the previous phase. This would be an invaluable feature for us in my organization!
Display Tasks in Gantt without Start Date
This too would be valuable for us - we want to use the start date to show when a task "starts" -- we do not need it to be be the same as the creation date since we already have that. (We would be fine with tasks that have no start date to just be listed without a bar -- in fact we do want to know what has not even been scheduled).
Allow Tasks in Sub-projects to see "Parent" project versions & displayed/grouped with those items
In addition to the other requests, I would like tasks in child-projects to "see" & use the versions in parent projects. Similarly, it would be critical that these sub-tasks would then be displayed along with the other tasks assigned to that version.
These changes would allow complex projects with sub-projects to be managed as one large project -- (something we are doing at the moment) -- so this would be very helpful!
Updated by Lori Thompson over 15 years ago
- Assignee set to Jean-Philippe Lang
In the view all issues gantt, request ability to sort issues by Project and Tracker. Color differentiate for each type of Tracker would also be amazing.
Updated by Marcin Kwiatkowski about 15 years ago
Sorting/grouping shouldn't be limited just to project - it should be fully configurable (at least in my use case i also need grouping by users). And yes, ability to color each group would be a killer feature.
Updated by Pedro Gutierrez over 14 years ago
+1 Yes please, do something wrt this.
Grouping by version is a must, I'd say
I consider colouring and grouping by category has the risk to make the Gantt a bit messy.
¿Is this feature additionally gonna paint tasks and subtask in the Gantt in a hierarquical manner considering subtasking is already expected for version 1.0.0?
Updated by steve borgelt over 13 years ago
Group by all types, Assignee, etc... just like it is used in Issues Filter Options
Updated by Tobias Droste almost 12 years ago
- File Add-grouping-functionality-to-Gantt-diagram.patch Add-grouping-functionality-to-Gantt-diagram.patch added
I've attached a patch to implement grouping in the Gantt diagram.
It additionally adds 2 options to:- Don't draw every issue onto their own line (Hide group details)
- Keep the version grouping additionally to the user selected grouping
I'm not sure how localization is handled, I added de, en and en-GB.
Updated by Toshi MARUYAMA almost 12 years ago
- Assignee deleted (
Jean-Philippe Lang)
Updated by Daniel Felix almost 12 years ago
Tobias Droste wrote:
I've attached a patch to implement grouping in the Gantt diagram.
It additionally adds 2 options to:
- Don't draw every issue onto their own line (Hide group details)
- Keep the version grouping additionally to the user selected grouping
I'm not sure how localization is handled, I added de, en and en-GB.
Thanks Tobias for this. I will try this patch soon (this weekend or maybe monday). Thanks for your work!
Updated by Erny Revilla almost 12 years ago
Tobias Droste wrote:
I've attached a patch to implement grouping in the Gantt diagram.
It additionally adds 2 options to:
- Don't draw every issue onto their own line (Hide group details)
- Keep the version grouping additionally to the user selected grouping
I'm not sure how localization is handled, I added de, en and en-GB.
Hi. I tried this patch against 2.2-stable, but was not successful. For which version is this patch? Thanks. Regards.
Updated by Tobias Droste almost 12 years ago
It's against r11114. It should be possible to apply it manually* with other versions to as there are no fundamental changes between 2.2 and current development.
*manually as in see what lines were changed, find them in the 2.2-stable code and replace them with ne new lines. To get a good visual representation of the changes you could use this: http://www.redmine.org/attachments/8730/Add-grouping-functionality-to-Gantt-diagram.patch
/edit:
Or if you can wait another 24h I can create a patch against 2.2.1.
Updated by Tobias Droste almost 12 years ago
- File Add-grouping-functionality-to-Gantt-diagram.patch Add-grouping-functionality-to-Gantt-diagram.patch added
Well you don't have to wait, I just did it ;-)
Updated by Daniel Felix over 11 years ago
Any news on this? Can someone confirm this patch works on 2.3/trunk?
Updated by Mischa The Evil over 11 years ago
- Subject changed from Grouping issues in Gannt view to Grouping issues in Gantt view
Updated by Lajos Farkas almost 11 years ago
Any news on this? just installed redmine, and i would like to have this functionality (group issues by users on gantt chart) Tried to patch the latest version by hand, but it does not work :( Tobias, could you make a pathch maybe for latest version?
Updated by Tobias Droste almost 11 years ago
Lajos Farkas wrote:
Tobias, could you make a pathch maybe for latest version?
As far as I know there were huge changes to Gantt chart and I just removed anything redmine related last month, so I can't verify how difficult this task would be.
If I get bored over the weekend I could give it a try, but don't get your hopes up too high.
Updated by Ribald Drobens almost 4 years ago
The current static grouping by project/version and alphabetical sorting of the projects in my eyes is a major issue for Gantt usability, especially in multi-project setups.
Full grouping functionality as in the issue filter options of course would be nice, however, as a first step removing the project-grouping and just leaving the versions in the top level1 would be a low hanging fruit for usability. Disabling the project-grouping could be a checkbox in Gannt options.
1 with the same due-date ordering
Updated by Celso Acurcio almost 2 years ago
I tried applying this to 4.1.1 using TortoiseSVN "Apply patch" function but this is causing an error where my Gantt is not visible at all.
I reverted it and now it's fine but I'd very much like the feature to group by assignee or by custom field or date, whatever, just as you do on a standard custom query.
Did anyone develop a fix for 4.1.1 onwards?
Thank you