How to remove tickets from backlog for inactive users
If I understand correctly, a list of JIRA tickets are assigned to users who are no longer active. And you would to remove the assignment.
The following jql will get you the list of issues assigned to inactive users .
assignee in inactiveUsers()
Bulk Update
Edit Issue
Change assignee to Unassinged
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.