Hi,
I'd like to rank the Done column of a kanban board and see the last resolved issue on the top, by default is last resolved on the bottom.
Thanks in advance
Hi Sven,
You can configure your board filter to order issues by rank and resolution date ascending, as per below:
ORDER BY resolutiondate, Rank ASC
-- Arthur Gonçalves
@Arthur Gonçalves
Unfortunately the proposed solution does not work for Kanban Boards that use ranking anymore. When editing the filter as suggested the following error is shown and the ranking is disabled:
Ranking is disabled, as the Filter Query for this board is not ordered by ascending Rank. Please check your filter configuration.
@Beatrix Vad
Is there a solution for this? I don't use ranking particularly and am just trying to use a simple ORDER BY resolutiondate DESC, but it's not working. Do I need to hide the rank field in some way in order to make this work?
@Arthur Gonçalves I am also looking to a solution for the problem @Beatrix Vad mentioned. Is there a solution for this?
I would also like to find solution for this. When I sort by resolution date, done column get's sorted but I cannot reorder To Do column.
+1
It looks like you're new here. Sign in or register to get started.