Is there any way I can get the list of issues reported/assigned to inactive users using JQL easily?
For example:
reporter is inactive() or assignee is inactive()
Or should I have to the the list of inactive usernames and use them like this:
reporter in ( aaa, bbb, ccc, ddd ) or assignee in ( aaa, bbb, ccc, ddd )
Thank you in advance.