Maven 2.x Changes Plugin

Add option to configure the sort order of the JIRA report

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0-beta-3
  • Fix Version/s: 2.0
  • Component/s: jira
  • Labels:
    None
  • Patch Submitted:
    Yes
  • Number of attachments :
    1

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

Activity

Hide
Dennis Lundberg added a comment -

Patch applied with modifications. Thanks!
A new SNAPSHOT has been deployed.

Show
Dennis Lundberg added a comment - Patch applied with modifications. Thanks! A new SNAPSHOT has been deployed.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: