Forums

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

How do I take the tasks assigned to me and sort them by due date?

Paul Paris Coker
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 21, 2025

That is the whole question.  Find all tasks assigned to me, list them, sort them by due date.

 

1 answer

2 votes
John Funk
Community Champion
April 21, 2025

Hey Paul - Welcome to the Atlassian Community!

There are a few ways to do this. One is to create a filter where:

assignee = currentUser() and statusCategory != Done ORDER BY duedate ASC

Another would be to create a dashboard and add a Filter Results gadget using the same Filter. 

 

 

Suggest an answer

Log in or Sign up to answer