Member-only story
Finding Inactive Users Tickets in JIRA
Jul 5, 2021
JIRA has a special group of active members. It maintains all info for such users.
A sample JQL query to find tickets for an inactive user is as follows:
assignee not in (membersOf(“jira-software-users”)) AND assignee = “user_xxx@company.com”
References