Hi ,
I want to get all active users who has logged in more than 31 day...
with this script , I have inactive users also.. how to get list of only active users ?
Hello @Edgar Pusklevic
The com.atlassian.jira.user.ApplicationUser has a property isActive
You can check this flag as well to see if a person is active.
Use the user search service and add a query filter to only return active users.
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.