[ 
http://jira.codehaus.org/browse/MCHANGES-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated MCHANGES-94:
------------------------------------

    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:

{code:xml}
    <configuration>
        <sortColumnNames>Fix Version DESC, Type, Key</sortColumnNames>
    </configuration>
{code}

  was:
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>


        Summary: Add option to configure the sort order of the JIRA report  
(was: Add option to configure the sort order of te JIRA report)

> Add option to configure the sort order of the JIRA report
> ---------------------------------------------------------
>
>                 Key: MCHANGES-94
>                 URL: http://jira.codehaus.org/browse/MCHANGES-94
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Improvement
>          Components: jira-report
>    Affects Versions: 2.0-beta-3
>            Reporter: Niall Pemberton
>            Priority: Minor
>         Attachments: maven-changes-jira-report-sort-config.patch
>
>
> 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:
> {code:xml}
>     <configuration>
>         <sortColumnNames>Fix Version DESC, Type, Key</sortColumnNames>
>     </configuration>
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to