The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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.

TAGS
AUG Leaders

Atlassian Community Events