Hi,
I know this has been asked and discussed countless but I couldn't find the answer to answer this specific requirement. I need to be able to list the users that have never logged in and are members of a specific group.
Who can help me write this sql query?
Thanks in advance to all!
Tanya
Hi @Tanya Gordon ,
I check on my Jira, and see that new user haven't attr 'login.count'.
So, in my case resolution look like this:
SELECT user_name FROM jiradb7.cwd_user where id not in (SELECT user_id FROM jiradb7.cwd_user_attributes where attribute_name='login.count');
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.