We are working on setting up the process to identify last login datetime information for user in JIRA/Confluence.
The Endpoint for Rest API for the user does not provide the last login on site. This information is available on the user interface of the admin screen for user-management.
Please provide how to retrieve the last login on JIRA/Confluence using Rest API.
We are using JIRA on Cloud hence cannot run the SQL Queries provided on different support pages.
Cheers
Sanjay Singh
Sanjay,
For JIRA, if you are using Scriptrunner, you can use their Custom REST Endpoint Option to create an API for the same.
Further information can be found here
https://scriptrunner.adaptavist.com/latest/jira/rest-endpoints.html
If you are aware of Groovy scripting then, use the LoginManager to get the last Login info.
In Jira Cloud, I can't import this Method. It's only for Server. Any idea on how to do it on Jira Cloud?
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.