We have noticed some users have remained within groups on Jira even after the User has been removed.
Running the following query returns 12 results
select child_name from cwd_membership where child_name not in (select user_name from cwd_user) group by child_name
What is the best procedure to remove these from the groups? Some users are in jira-users however we can not view them through UI due to limit on amount of users shown when editting members.
Hi Luke,
You might want to review this KB
http://confluence.atlassian.com/pages/viewpage.action?pageId=281480970
Jusging from your description, it seems that this might be the cause of your issue.
Hope it helps.
Cheers,
Septa Cahyadiputra
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.