Actions
Defect #22354
closedSort criteria defined in custom queries are not applied when exporting to CSV
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
How to reproduce:
1. Create a query: name = "order_by_id_asc", sort 1 = "#, ascending"
2. Click the query name "order_by_id_asc" in the side bar of issues list screen. Issues are listed in ascending order of id.
3. Click a "CSV" link on the bottom of the screen
4. Open the CSV file. Ascending order of id is expected, but issues are listed in descending order of id.
Files
Related issues
Updated by Go MAEDA almost 9 years ago
- File defect-22354.diff added
- Target version set to 3.2.2
It can be fixed by this patch: defect-22354.diff
Updated by Go MAEDA almost 9 years ago
- File defect-22354.diff defect-22354.diff added
Updated by Jean-Philippe Lang almost 9 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Committed, thanks.
Updated by Jean-Philippe Lang almost 9 years ago
- Status changed from Resolved to Closed
Updated by Go MAEDA over 7 years ago
- Related to Defect #26364: Sort is not reflected when export CSV of issues list added
Actions