Solved
License Usage Report in Codebeamer
Is it possible to generate detailed License usage report to know full details of active users, logged in user, timings, location etc.
Is it possible to generate detailed License usage report to know full details of active users, logged in user, timings, location etc.
Hi,
I'm not aware of such a functionality OOTB in codebeamer but there are two ways to get some of these informations.
SELECT * FROM public.session_history
ORDER BY login_time DESC
The result is a raw data from database so it's not user-friendly but it can help you.
The result could be also exported to excel - there is a button below the results table.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.