I have recently made a lot of users inactive after some housekeeping, and want to be able to look at only the users that are now active. I can only see how to filter by username, full name, email or group. I'm also wondering if it's possible to automatically assign the project or component lead role to another user (default user?) when trying to make a user inactive, to save going through each individual project and component to find them and re-assign them?
Hi Mariond,
This is currently a feature request that being tracked by our development team:
https://jira.atlassian.com/browse/JRA-29149
I'd suggest you to vote for it to raise it popularity (I also vote for it)
I can only think to filter the inactive user from the database:
select * from cwd_user where active = 0;
Hope this helps.
It souds possible to find the active user count by following the steps in option 3 from this documentation.
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.