Jira Question

Susan Corcoran September 18, 2012

Is it possible to change the Fix Version/s dropdown menu within the Edit Issue window to show the version numbers in descending order rather than ascending?

4 answers

0 votes
William Gunkel April 20, 2014

Thanks all - given fact that most features of Jira and be customized I was suprised that these fields are hard coded

0 votes
Susan Corcoran November 8, 2012

A request for a feature upgrade has been submitted.

0 votes
Andris Bērziņš
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 18, 2012

One way would be modifying the versions-edit.vm file (WEB-INF\classes\templates\jira\issue\field)

There is a #foreach loop that iterates through versions, you can reverse it by doing something like this:

#foreach ($version2 in $versions)
    #set($index = $versions.size() - $velocityCount)
    #set($version = $versions.get($index))

0 votes
PauloP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 18, 2012

Hi Susan

I believe that this issue is related to the following improvement record:

https://jira.atlassian.com/browse/JRA-15011

Also, since this is a system feild, it seems to be a hard coded item and I can't see an option to do it. Anyway, I'd suggest raise a new support ticket at Atlassian Support or to a new improvement request at https://jira.atlassian.com

Cheers,

Paulo Renato

Suggest an answer

Log in or Sign up to answer