This question is in reference to Atlassian Documentation: Retrieve last login dates for users from the database and How to identify inactive users in Confluence
These queries seem to be quite inaccurate, they do not list all users of our instances. Where are correct versions of this queries?
Where are you storing your users?
Ok. The cwd_user properties will only take on records after a user logs in. I suspect your "missing" users have not yet logged in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perhaps they've never logged in. So what do you suggest? A simple left outer join doesn't give a correct result either because than all users, even those how aren't eligible for a login in JIRA (due to missing group membership) are listed.
The information I need is the last login date for each user in our JIRA and Confluence
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You just need to read the cwd_user_attributes for the last login. If it's missing for a user, they've not logged in
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.