Is it possible to specify "Priority X or higher / lower" in a search box? Follow
In order to display all Major and Critical priorities I use "priority:-Normal" criteria which is somewhat a hack.
Is there any more elegant way to specify "Priority X or higher / lower" in a search box? Couldn't find any in the documentation.
Thank you!
Please sign in to leave a comment.
I have used:
priority: Major .. Show-stopper
Not sure that is exactly what you want but...
Kyle
Great. That's what I was looking for. Ranges, didn't notice they exist.
It's not the same as specifying "X or higher" but since range of priorities is very limited it works just fine for my case.
Many thanks for your help!