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?
JQL is not SQL, and doesn't have such a function. So, there's no way to do it, without writing a JQL function.
Vote for these two issues!
https://jira.atlassian.com/browse/JRASERVER-65848
https://jira.atlassian.com/browse/JRACLOUD-72847
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.