We are running short on licenses, so I want an efficient way to produce a list of users according to when they last logged in. This will let me create a hit list of users from whom I can remove their licenses.
I am looking for something I can run using curl ideally that churns out a list including user email, full name and last login date. Then I can email them to warn them that they are about to lose access, to give then a chance to respond.
To do this from inside of Jira, you could export the list of users from admin user management, sort/filter the resulting CSV file by last accessed (by product as needed), and then use email addresses for your contact list.
I believe you could also call the REST API to gather this same information to do the same, although I have not tried that approach.
Kind regards,
Bill
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.