looks like you are using LDAP/Crowd for user management.
check if users are deleted from active directory?
you can check select * from CWD_USER to query all users.
Are they actually deleted from the DB? We recently had an issue when a JIRA add-on (our own) was making JQL queries into JIRA during startup, apparently preventing the Roles from loading properly. It looked just as if they had been deleted, we added them back in and all was fine until the next restart. We delayed our reads and the Roles are now loading fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What user directory are you using? Crowd, LDAP, internal etc?
For a JIRA using it's internal directory, there's nothing that would delete a user without an admin actively doing it, so it's either an admin or an addon doing it. I'd recommend enabling the audit log to see if it can capture the account that is removing them
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.