Feature #5325
openAdd Parent Task to 'Group Results By' drop down
Added by Rosalyn Metz over 14 years ago. Updated over 2 years ago.
0%
Description
I just upgraded to the newest version of Redmine in order to take advantage of the subtask feature. However I can't group tasks for a particular project by Parent Task.
To replicate go to a project and choose "Issues" from the top menu. Choose the "options" section and then open up the drop down menu for "group results by". I have attached a screenshot.
---------------------
server info
---------------------
ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-linux]
Rails 2.3.5
mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (i386) using readline 5.1
redmine Revision: 3671
Files
Picture_1.png (85.8 KB) Picture_1.png | Rosalyn Metz, 2010-04-15 14:50 | ||
RedmineSubtasks.png (17.4 KB) RedmineSubtasks.png | Tom Finger, 2011-01-28 17:37 | ||
issue_query_group_by.patch (1.97 KB) issue_query_group_by.patch | Tom Scheler, 2017-04-08 16:17 | ||
0001-groupable-by-parent-task.patch (3.19 KB) 0001-groupable-by-parent-task.patch | Takenori TAKAKI, 2021-09-01 04:09 |
Related issues
Updated by Jean-Philippe Lang over 14 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
See #5196.
Updated by Rosalyn Metz over 14 years ago
The patch indicated in #5196 was applied prior to reporting this and did not fix this issue. Can this issue please be reopened and looked at.
If you follow the steps about you'll see that you can not group by parent task.
Updated by Rosalyn Metz over 14 years ago
- Status changed from Closed to Reopened
I'm reopening this since it isn't duplicated by the #5196
Updated by Tom Finger almost 14 years ago
- File RedmineSubtasks.png RedmineSubtasks.png added
Interim workaround less than optimal: Name your subjects in descending alphabetical order. Then the tasks will be indented on the issues display. See attached.
Updated by Toshi MARUYAMA almost 10 years ago
- Related to Feature #10559: Add Parent Task to 'Group Results By' drop down added
Updated by Toshi MARUYAMA almost 10 years ago
- Category set to Issues
- Status changed from Reopened to New
- Resolution deleted (
Duplicate)
Updated by Toshi MARUYAMA almost 10 years ago
- Related to Feature #9992: Ability to filter issue subtasks in issue form added
Updated by Toshi MARUYAMA almost 10 years ago
- Related to deleted (Feature #10559: Add Parent Task to 'Group Results By' drop down )
Updated by Toshi MARUYAMA almost 10 years ago
- Subject changed from Grouping Issues by Parent ID to Add Parent Task to 'Group Results By' drop down
Updated by Toshi MARUYAMA almost 10 years ago
- Has duplicate Feature #10559: Add Parent Task to 'Group Results By' drop down added
Updated by Toshi MARUYAMA almost 8 years ago
- Category changed from Issues to Issues filter
Updated by Toshi MARUYAMA almost 8 years ago
- Category changed from Issues filter to Issues list
Updated by Stefan Lindner over 7 years ago
+1
It's so strange that this is not possible.
Updated by Go MAEDA over 7 years ago
- Has duplicate Feature #24942: Additional "Group by results" option for parent task added
Updated by Tom Scheler over 7 years ago
The attached patch could be used to add the feature, but it's not tested.
Could somebody with more insight check my changes, please? I am planning to use it in production aswell and was wondering why the parent task is not in the list of groupable columns.
Updated by Marius BÄ‚LTEANU about 6 years ago
- Has duplicate Feature #29519: Issues Section/Tab -Allow issues to be grouped by Parent added
Updated by Bharat Shah about 6 years ago
Any chance this feature 'Group by Parent Task' feature developed and released for use?
Updated by Go MAEDA about 6 years ago
- Target version set to Candidate for next major release
Updated by Hide MATSUTANI over 5 years ago
+1 It would be very useful if this is implemented.
Updated by Aleksandar Pavic almost 5 years ago
+1 required in some use-case scenarios.
Updated by Roland Giesler over 3 years ago
This issue was raised 11 years ago and has still not been addresses. For anyone wanting at least half-serious workflow it is essential to be able to list issues with the related sub issues.
There's even been a patch provided by note-18 and it just needs to be integrated by a developer (which I'm unfortunately not).
Can we get someone to take this please? Are there bounties for Redmine devs to help to get this done?
Updated by Takenori TAKAKI about 3 years ago
+1 I think Issues list would be more useful if grouping by Parent Task can be realized.
I made a patch that works on the Latest trunk and attache it.