Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Audit "Profil watching"

Oliver Schalch March 6, 2018

Hello all,

Is it possible to find out when a user started to watch a users profil and also when he stopped watch that profile?

Audit Log dont have that information, maybe some systemlog or Database?

Thanks

Oli

1 answer

0 votes
James Richards
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 12, 2018

Hi Oliver,

The audit log only contains Administrator actions, and following a user is not an admin action.

 

 

So, having a look at the database the table we're interested in is follow_connections, and we'd want something like these two SQL queries

select follower.username follower, followee.username followee from follow_connections inner join user_mapping follower on follow_connections.follower = follower.user_key inner join user_mapping followee on follow_connections.followee = followee.user_key ;

But there's no record of date. You could put in user access logging

And then look for 

  • followuser.action?mode=profile&username=ozymandias&atl_token=XXX
  • unfollowuser.action?mode=profile&username=ozymandias&atl_token=XXX

To catch the dates as well.

Regards, James

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events