We have integrated AD with crowd and JIRA uses crowd for authentication. Now users who got deleted from AD are also deleted from crowd and subsequently from JIRA. But the issues assigned to them and deleted user in the watcher list of issues are still in JIRA, beasue of this email notification is working whenever there is an update on the issue.
Is there a way I can find these expired\deleted users in JIRA ?
You can check if the user exist in Userassociation table but not cwd_user table. Maybe with the following query
select * from userassociation where source_name not in (select lower_user_name from cwd_user) AND association_type='WatchIssue';
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.