i want to set the default ordering of task and backlogs priority wise(highest priority on top)
and want to set this priority sorting as default on Board.
Regards,
Hi @Abhishek_Kumar,
You need to edit the board filter and set the JQL like this:
Project = ABC ORDER BY priority DESC
We have already set Quick Filter as
Quick filter set to:
ORDER BY priority ASC
and
Filter query:
project=ABC ORDER BY Rank ASC
but still the all item in all column of Board is not getting filtered by Priority.
So i am not clear whether all items for all column of a Board can be filtered by Priority or not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to update board filter ORDER Clause to ORDER BY priority , Rank ASC
This may work.
Cheers,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But we have a catch,
Removing/modifying the "Rank"Order by clause won't allow us to drag and drop the issues inside board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can amend the the ordering in the Board/configuration/general config tab. There you will be able to change the query used to include a sort or change the ordering feature from rank (I.e. the order you place items in) to some other field.
Rank is usual because the allows a product owner to fine tune their preferred order on an issue by issue basis. Priority ordering will be determined by number of priorities and the databases behaviour in ordering within priority.
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.