Details
Description
Would be nice to be able to specify what order the columns are sorted in. Attaching a patch to do this which adds new configuration parameter - sortColumnNames. This is a comma separated list and appending "DESC" specifies "descending" order - so for example to sort by "Fix Version" in descending sequence and then "Issue Key" in ascending sequence you would configure the following:
<configuration> <sortColumnNames>Fix Version DESC, Type, Key</sortColumnNames> </configuration>
Issue Links
- is related to
-
MCHANGES-217
wrong sorting order in jira report
-
Activity
Dennis Lundberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Summary | Add option to configure the sort order of te JIRA report | Add option to configure the sort order of the JIRA report |
| Description |
Would be nice to be able to specify what order the columns are sorted in. Attaching a patch to do this which adds new configuration parameter - sortColumnNames. This is a comma separated list and appending "DESC" specifies "descending" order - so for example to sort by "Fix Version" in descending sequence and then "Issue Key" in ascending sequence you would configure the following: <configuration> <sortColumnNames>Fix Version DESC, Type, Key</sortColumnNames> </configuration> |
Would be nice to be able to specify what order the columns are sorted in. Attaching a patch to do this which adds new configuration parameter - sortColumnNames. This is a comma separated list and appending "DESC" specifies "descending" order - so for example to sort by "Fix Version" in descending sequence and then "Issue Key" in ascending sequence you would configure the following: {code:xml} <configuration> <sortColumnNames>Fix Version DESC, Type, Key</sortColumnNames> </configuration> {code} |
Dennis Lundberg
made changes -
| Resolution | Fixed [ 1 ] | |
| Assignee | Dennis Lundberg [ dennislundberg ] | |
| Fix Version/s | 2.0-beta-4 [ 13722 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Lukas Theussl
made changes -
| Link |
This issue is related to |
Patch applied with modifications. Thanks!
A new SNAPSHOT has been deployed.