Hello,
What JQL can I use to search for any ticket that was assigned or reassigned during a specific time range? I really need to search by assigned date.
Thanks.
Hi @Katherine Stevens - you can use JQL like this
assignee changed ON '2022-01-05'
changed - it will fetch all changes if it is assigned or re-assigned
ON - is to run on a particular date. You can also use other operators. For detailed please refer to this link: https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/
I hope it will help.
Thank you
To find out the date when some ticket was assigned or reassigned, try to open History in the Activity section.
If you'd like to see a general list of updated tickets, you can try the Issue History add-on. My team developed it as a journal for every past activity. You can filter by dates, projects, sprints, assignees, etc.
Here you can see issues reassigned today.
Let me know if you find this info helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, you can use Updated Date in Filters, click on +More and add Updated date OR Created Date.
You can Also check the History of that Ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.