There was a suggestion open in 2013 that references a similar request: https://jira.atlassian.com/browse/JRA-35284
How do I use a JQL statement to ORDER issues by priority DESC with the empty priorities appearing last?
For example, right now I have to have two separate Filters, one where "priority = EMPTY" and one where "priority != EMPTY" so that I can effectively see issues that are explicitly marked as the most important. Both filters have ORDER BY priority DESC.
What am I missing? Thank you!
From @Chloe :
It's frustrating to have this unfriendly sorting problem.
Please vote and watch the following issues if you have the same problem.
Hey,
Please try
priority is not EMPTY ORDER BY priority DESC
and
priority is EMPTY ORDER BY priority DESC
Hope this helps
Regards
Chander Inguva
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This doesn't appear to do what the person asked? They want a completed value to appear before null values. I'm having the same issue with date fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
perhaps joining two queries/searches/JQLs? - let me check..
=( after spending 38 min I did not find that answer, and I created a new 'discussion?':
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.