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
-
Patch applied with modifications. Thanks!
A new SNAPSHOT has been deployed.