Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Order by DESC with NULLS LAST

Todd Alden
Contributor
October 20, 2016

Have spent WAY too much time trying to find this answer...

Simply:  I want to run a JQL query sorted by a priority number field, with highest numbers first and those with the priority field empty last in the sort order.

Should be something like this:  ORDER BY RPN DESC, NULLS LAST

Only JQL does not seem to support "NULLS LAST".  by default, the NULLS (entries with no RPN) are lised first when in DESC order.  For obvious reasons, I want those listed last.

Surely there is a way to do this?

1 answer

1 vote
Nic Brough -Adaptavist-
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.
October 20, 2016

JQL is not SQL, and doesn't have such a function.  So, there's no way to do it, without writing a JQL function.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events