Assumption: setting ORDER BY will determine the order issues are rendered within columns
I've created the following quick filters:
duedate = empty order by created, priority asc
(above copied from docs)
order by status
duedate = empty order by assignee
I've confirmed the `=` filters at least are doing something.. however no matter what I put for ORDER BY my board doesn't change in the slightest.
Is there something obvious I'm missing here?
UPDATE:
It seems the sort filter for the board trumps any sort filter you apply downstream
Hi @Cole Marsteller -- Welcome to the Atlassian Community!
Your assumption is incorrect. Only the board filter's ORDER BY determines order on the board, even within the columns. I believe the quick filters do not impact order.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.