Hi!
I'm trying to retrieve users who's account is active, but who either haven't logged in for 90 days, or who's never logged in.
With the script below i get users as expected based on login times/no login, but it also returns users who's been deactivated.
I think I can use the com.atlassian.jira.user.ApplicationUser property called "isActive", but I'm not sure how to correctly add it in the script.
Any help is much appreciated!
In addition, but similar, to the above.
I'd also like to extract all users with their usernames, emails and last login date.
I'm assuming it'll be a script similar to the above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.