Forums

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

user page view

Suma Pralhad Kustagi
Contributor
January 6, 2021

Hi,

     We have a particular user and who access the confluence page for particular project. Is there any way we can find out by user that he can view different space/Page in confluence.

 

Regards,
Suma

1 answer

1 accepted

1 vote
Answer accepted
KAGITHALA BABU ANVESH
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 6, 2021

Hi @Suma Pralhad Kustagi ,

 

Resolution

Recently viewed pages are stored in the AORECENTLY_VIEWED table in Confluence's database. The following query can be ran to see the data ordered by descending last view date and mapped to the user who viewed the page. 

SELECT *
FROM "AO_92296B_AORECENTLY_VIEWED"
JOIN user_mapping u ON u.user_key = user_key
ORDER BY "LAST_VIEW_DATE" DESC;

 

i found this information, please check it may helpful  

Suma Pralhad Kustagi
Contributor
January 6, 2021

Hi Anvesh,

      Thank you for the response.. I do not have option to check in database. Is there anyway to find out in confluence page then please let me know.

 

Regards,

Suma

KAGITHALA BABU ANVESH
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 6, 2021

https://confluence.atlassian.com/doc/inspect-permissions-992678939.html 

unfortunately it's a data center feature only

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events