The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Getting active users session from db or logs

Nadir Jabbarli
Contributor
December 9, 2024

Hello everyone,

 

I had created a task regarding this last time, where it was emphasized that I could retrieve this information from the logs. However, I couldn't find this information in the logs. What exactly should I do for this? 

https://community.atlassian.com/t5/Jira-questions/Getting-Current-User-Sessions-in-Jira/qaq-p/2887792

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
vikram
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 1, 2025

Hi @Nadir Jabbarli 

I think there are different ways to get this information like 

1) from GUI --- Administration --- System-- User Sessions you can read the below knowledge url

Monitor a user's activity | Administering Jira applications Data Center 10.3 | Atlassian Documentation

2) you can get from database query as explained in your posted link 

3) From logs also we can get but it is somewhat tricky 

check from the below url

https://community.atlassian.com/t5/Jira-questions/Currently-logged-in-users-Session-details-from-JIRA-through/qaq-p/869050

Vikram P