Uploaded image for project: 'Maven Changes Plugin'
  1. Maven Changes Plugin
  2. MCHANGES-94

Add option to configure the sort order of the JIRA report

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0-beta-3
    • 2.0
    • jira
    • None
    • Patch

    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>
      

      Attachments

        Issue Links

          Activity

            People

              dennisl@apache.org Dennis Lundberg
              niallp Niall Pemberton
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: