Defect #22354
Sort criteria defined in custom queries are not applied when exporting to CSV
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues | |||
Target version: | 3.2.2 | |||
Resolution: | Fixed | Affected version: | 3.2.1 |
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.
Related issues
Associated revisions
Sort criteria defined in custom queries are not applied when exporting to CSV (#22354).
Patch by Go MAEDA.
History
#1
Updated by Go MAEDA almost 5 years ago
- File defect-22354.diff added
- Target version set to 3.2.2
It can be fixed by this patch: defect-22354.diff
#2
Updated by Go MAEDA almost 5 years ago
- File defect-22354.diff
added
#3
Updated by Go MAEDA almost 5 years ago
- File deleted (
defect-22354.diff)
#4
Updated by Jean-Philippe Lang almost 5 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Committed, thanks.
#5
Updated by Jean-Philippe Lang almost 5 years ago
- Status changed from Resolved to Closed
#6
Updated by Go MAEDA over 3 years ago
- Related to Defect #26364: Sort is not reflected when export CSV of issues list added