Hello,
We have some tools looking for users and making decisions based on their "active" property. The thing is we need to search for Inactive users, but I can see the "includeInactive=true" will not be working anymore.
Is there a way in which I can know a user exists in our instance but is inactive? We need to differentiate them from the non-existing users.
Best Regards,
Miriam Campos
Do you have Scriptrunner installed? If so you can use:
assignee in inactiveUsers()
I have used that in the past to clean up issues assigned to inactive users, and it works for me in Jira 7.10.2.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.