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.
Community moderators have prevented the ability to post new answers.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.