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
Community moderators have prevented the ability to post new answers.
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Arthur Gonçalves I am also looking to a solution for the problem @Beatrix Vad mentioned. Is there a solution for this?
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.
+1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1
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.
Jira internally relies on the rank field for drag-and-drop. The relative positions of issues are stored in this field. So if you change the order-by clause in the filter query to anything other than Rank, D&D stops working. Unfortunately, there is no way around that in Jira out of the box.
A possible solution is to use a plugin that works with the rank field. Our company (COGNITIFF) developed a plugin to address precisely this problem - Sort by any Field. The plugin will update the rank based on a rule that you define. You can take a look if that solves your problem.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.
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.