I am trying to add a filter that Orders all backlog items by their priority. Highest,high,medium,low..etc
project = "RTN" ORDER BY Rank DESC - Did not work
project = "RTN" ORDER BY Priority DESC - Did not work
How can I sort the backlog based on the items priority?
This sounds like you are trying to use a quick filter to order the issues. Quick filters do not do ordering, they are just for filtering out sub-sets of already selected (and ordered) issues. Only the board menu controls the order, and should be set to "Rank" in most cases (otherwise you can't rank issues)
Nic - Thank you. I was able to create a filter inside issues and it works as intended.
But this is inside the project. Not at backlog level. Can I create some filter that works at backlog level?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Boards work off filters like "project = "RTN" ORDER BY Rank DES"
You'll need to explain why "it does not work", as it works for everyone else and we don't know your actual symptoms.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nic - I am not sure if I am following you. You mentioned quick filters won't work to filter by priority.
So when I created filter by clicking on Board-->Configure-->QuickFilters
OrderbyPriority JQL="project = "RTN" ORDER BY Rank DESC"
JQL="project = "RTN" ORDER BY Priority DESC"
Back to board --> I click on Order by Priority Nothing happens.
--------------------------------------------------------------------------------------------------
when I go to Project -->Issues --> project = "RTN" ORDER BY Priority DESC
I save this filter as Order by Priority It works inside the project Issues.
I want this filter to work in the backlog area.
How can I create a filter that orders the items in the backlog ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You say "You mentioned quick filters won't work to filter by priority."
No. I did not say that. I said that they will not SORT. Please re-read "Quick filters do not do ordering, they are just for filtering out sub-sets of already selected (and ordered) issues."
>Back to board --> I click on Order by Priority Nothing happens.
Yes, that's because quick filters won't work for sorting.
------------------------
> when I go to Project -->Issues --> project = "RTN" ORDER BY Priority DESC , I save this filter as Order by Priority It works inside the project Issues.
Yes, it will work, that's what the searches are for.
>I want this filter to work in the backlog area. How can I create a filter that orders the items in the backlog ?
Not a problem, set that as the board filter. You won't be able to rank, but you'll get the sorted list that way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira so much sucks. It can't even do a simple list sorting. Atlassian should hire a UX expert.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.