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>
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>
A new SNAPSHOT has been deployed.