Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.