Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Sort the Stories/Tasks by their due date?

Ibrahim Sab K
Contributor
March 2, 2020

Hi All,

I want my user stories shall be sorted based on the due date within a Project.

3 answers

1 accepted

1 vote
Answer accepted
Mehmet A _Bloompeak_
Atlassian Partner
March 2, 2020

Hi @Ibrahim Sab K ,

You can sort using JQL.

order by duedate DESC

SortByDueDateJQL.png 

Ibrahim Sab K
Contributor
March 2, 2020

Thanks for your prompt reply.

I want to sort the issues based on the due date in the board.

For each user story/task I am assigning due date, the stories shall be displayed in the Kanban board based on the due date.

Like carlosughini likes this
Mehmet A _Bloompeak_
Atlassian Partner
March 3, 2020

Hi Ibrahim,

You can configure the board sorting via board settings. By default sorting of issues in the board is by rank. You can edit and change it.

Screen Shot 2020-03-03 at 11.06.55.png

Screen Shot 2020-03-03 at 11.07.43.png

Like # people like this
Ibrahim Sab K
Contributor
March 3, 2020

Hi @Mehmet A _Bloompeak_ 

Thank you for your support.

I was looking for this only.

Thanks a lot.

Regards,

Ibrahim.

Like carlosughini likes this
Ibrahim Sab K
Contributor
March 3, 2020

Hi @Mehmet A _Bloompeak_ 

How do i change the filter query?

I am not able to edit the filter query from board settings.

Appreciate your support.

Regards,

Ibrahim.

Ibrahim Sab K
Contributor
March 3, 2020

Hi @Mehmet A _Bloompeak_ 

I figured out the option to edit the filter query.

Thanks for your support.

Regards,

Ibrahim.

Like Mehmet A _Bloompeak_ likes this
2 votes
carlosughini
Community Champion
March 2, 2020

Hello Ibrahim,

Welcome to the Atlassian Community!

You can use JQL to search for issues by Due Date, you can use the example below:

project = XYZ ORDER BY DueDate DESC

I also strongly recommend checking the documentation below that provide a complete understanding about how to use JQL:

Please give a try and let me know if it helps.

Cheers,

Carlos

Ibrahim Sab K
Contributor
March 2, 2020

Hi Carlos,

Thanks for your prompt reply.

I want to sort the issues based on the due date in the kanban board.

For each user story/task I am assigning due date, the stories shall be displayed in the Kanban board based on the due date.

I will go through the JQL documentation.

Regards,

Ibrahim.

Miguel_Angel_Arjona_Garcia June 25, 2020

Thanks @Mehmet A _Bloompeak_  very useful information, I was able to change sort settings and now I donpt have to do it manually.  !!!!!

Like Mehmet A _Bloompeak_ likes this
1 vote
Daniel Vergetti October 5, 2020

Does this rule applies to next-gen kanban?

Suggest an answer

Log in or Sign up to answer