I need to see all my tasks (tickets assigned to me) over a period (or ever since I started work at a place) arranged in order of date assigned.
If a ticket was assigned to me multiple times, I want to see multiple entries, in order of dates assigned.
Is there a way to create this list?
Just wanted to clarify that a filter in Jira will display each issue just once.
Your request "If a ticket was assigned to me multiple times, I want to see multiple entries, in order of dates assigned." is thus not possible with a filter.
Hi Adnan - Welcome to the Atlassian Community!
You will not be able to get the date assigned out of the box with Jira. You would need to create a custom date field and populate it when the issue is assigned to you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if you just do a search with assignee = currentUser()
I think you will already have what you need
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.