That is the whole question. Find all tasks assigned to me, list them, sort them by due date.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.