Showing online users in Jira?

Nate Benes January 8, 2012

Under the 'admin' section there is a way to view active user sessions. I'm curious if anyone has found a way to display this information - probably with a few less details - to all users, ideally on the dashboard.

That way, users can see who else is around to take tickets.

We're running v4.4.3.

2 answers

1 accepted

0 votes
Answer accepted
NielsJ
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 Leaders.
January 9, 2012

Maybe the JiraUserSessionTracker is the right guy for you:

JiraUserSessionTracker sessionTracker = JiraUserSessionTracker.getInstance();
List<JiraUserSession> activeSessions = sessionTracker.getSnapshot();

zhang zining September 10, 2012
JiraUserSessionTracker sessionTracker = JiraUserSessionTracker.getInstance();
i get sessionTracker as you,but my sessionTracker is null ,can you tell me why?
zhang zining September 10, 2012
JiraUserSessionTracker sessionTracker = JiraUserSessionTracker.getInstance();
i get sessionTracker as you,but my sessionTracker is null ,can you tell me why?
zhang zining September 10, 2012
JiraUserSessionTracker sessionTracker = JiraUserSessionTracker.getInstance();
i get sessionTracker as you,but my sessionTracker is null ,can you tell me why?
Ansar Rezaei
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 Leaders.
January 1, 2016

Hi Zhang Can you explain this a bit more? Thanks in advance.

2 votes
Sindhu Bardipur June 5, 2019

Hi, 

there is a simple and easy way to see who is actually online in JIRA und watching even the same issue. It works for JIRA and JIRA Service Desk, see Who-is-online-for-jira

This is an old thread but i think the above application would be helpful for anyone still Looking for an answer.

Note: I work for the Company called Actonic, the Vendor of the above app.

Suggest an answer

Log in or Sign up to answer