History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MCHANGES-94
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Dennis Lundberg
Reporter: Niall Pemberton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Changes Plugin

Add option to configure the sort order of the JIRA report

Created: 13/Jan/08 09:41 PM   Updated: 21/Jan/08 05:20 PM
Component/s: jira-report
Affects Version/s: 2.0-beta-3
Fix Version/s: 2.0

Time Tracking:
Not Specified

File Attachments: 1. Text File maven-changes-jira-report-sort-config.patch (6 kb)


Patch Submitted: Yes


 Description  « Hide
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>


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dennis Lundberg - 21/Jan/08 05:20 PM
Patch applied with modifications. Thanks!
A new SNAPSHOT has been deployed.