How jira stores the user login dates? We are using SSO for authentication and JIRA can't store user login info because of the SSO. How can I modify the SSO code to capture login data
There are some JQL function used to retrieve this information, like lastLogin(). So I suppose information are stored in DB
Try check this URL:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.