I am looking out to filter my data based on the date it was assigned to a member. But I cannot see assigned date option available. Can we have that?
This JQL should work for you:
assignee changed ON '2022-02-07'
Another option I can suggest is the Issue History app developed by my team. Here you can filter by assignee, project, sprint, etc., and choose the date range you need.
Let me know if you have any questions.
I use the below filter to display new tasks assigned to me (in the last week) on my personal dashboard:
assignee in (currentUser()) AND assignee changed after startOfWeek()
This may serve you if you don't want to have to edit the date manually each time you run the query. You can also use startOfMonth() or startOfYear().
Is there a way to look for the current day assignee changes?
You can try something like:
Assignee was currentUser() And assignee changed DURING (-1d, now())
You can also find some helpful info about assignee changes here: How to get assignee history for Jira issues
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Become an effective Jira admin
Manage global settings and shared configurations called schemes to achieve goals more quickly.
Streamline Jira administration with effective governance
Improve how you administer and maintain Jira and minimize clutter for users and administrators.
Learning Path
Become an effective Jira software project admin
Set up software projects and configure tools and agile boards to meet your team's needs.
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.