Feature #13803
closedImplement grouping issues by date (start, due, creation, update, closing dates)
0%
Description
- group by date creation asc
- group by date creation desc
- group by date start asc
- group by date start desc
- group by date end asc
- group by date end desc
- group by date closing asc
- group by date closing desc
Files
Related issues
Updated by Go MAEDA about 9 years ago
- Has duplicate Feature #20927: Group_by due_date on issue filter added
Updated by Sebastian Paluch almost 9 years ago
+1
But I'm not sure if grouping should be by date day or maybe by date week or month...
Updated by Sebastian Paluch almost 9 years ago
- File issue_query.rb.patch issue_query.rb.patch added
Here is small patch that simply enables grouping for Start date, Due date, Created and Closed columns.
It would be very nice if this small change could be included in next release.
Updated by Go MAEDA over 8 years ago
- Has duplicate Feature #23493: Add group results by due date added
Updated by Go MAEDA over 6 years ago
- Category changed from Issues to Issues filter
Updated by Senya Senya about 6 years ago
Basing on the patch, I've created a plugin for Redmine that allows grouping by date: https://gitlab.com/cmrd-senya/redmine_issues_date_grouping https://www.redmine.org/plugins/issue_date_grouping
Updated by Jean-Philippe Lang almost 6 years ago
- Assignee set to Jean-Philippe Lang
- Target version set to 4.1.0
Updated by Marius BĂLTEANU almost 6 years ago
- Related to deleted (Feature #13160: Group results by "Created")
Updated by Marius BĂLTEANU almost 6 years ago
- Has duplicate Feature #13160: Group results by "Created" added
Updated by Marius BĂLTEANU almost 6 years ago
Nice addition.
Regarding MySQL, do you have any concern?
Updated by Jean-Philippe Lang almost 6 years ago
Marius BALTEANU wrote:
Nice addition.
Regarding MySQL, do you have any concern?
No, I just haven't had a look at it. Feel free to submit a patch.
Updated by Marius BĂLTEANU almost 6 years ago
I think the attached patch should do the trick for MySQL as well.
Tests pass without skipping the tests added for this feature: https://gitlab.com/marius-balteanu/redmine/-/jobs/134925443
Updated by Marius BĂLTEANU almost 6 years ago
Made a small improvement.
Updated by Jean-Philippe Lang almost 6 years ago
- Subject changed from Implement grouping by date to Implement grouping issues by date (start, due, creation, update, closing dates)
- Status changed from New to Closed
- Resolution set to Fixed
Committed, thanks.
Updated by Go MAEDA almost 6 years ago
- Related to Defect #30288: Groups are incorrect when grouping by date without user timezone set added
Updated by Go MAEDA almost 6 years ago
- Status changed from Closed to Reopened
An issue regarding this feature has been reported as #30288.
Updated by Go MAEDA over 5 years ago
- Related to Feature #30233: Allow grouping of time entries by creation date added
Updated by Go MAEDA about 5 years ago
- Related to Defect #32046: SQL to get counts when using created_on in MySQL to group issues does not work correctly added
Updated by Marius BĂLTEANU over 4 years ago
- Related to Defect #33110: Sort does not work with group by datetime columns added
Updated by Go MAEDA over 4 years ago
- Related to Defect #33290: Unnecessary database access when IssueQuery class is defined added