Need JQL to find out the list of tickets created by "Inactive" folks
With the built-in features, you could do this by exporting the users and using their account id values. For example:
reporter IN ( firstInactiveAccountId, secondInactiveAccountId )
What problem are you trying to solve by doing this? That is, why do this?
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.