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

User macro to show who has recently seen your page...

mybucket2018 June 15, 2017

We can query the Confluence database to show who has landed on a page with the following query:

SELECT 
CONTENT_ID,
TITLE,
SPACENAME,
LAST_VIEW_DATE,
user_name,
display_name
FROM AO_92296B_AORECENTLY_VIEWED 

LEFT JOIN user_mapping ON AO_92296B_AORECENTLY_VIEWED.USER_KEY = user_mapping.user_key
LEFT JOIN cwd_user ON user_mapping.lower_username = cwd_user.lower_user_name
LEFT JOIN CONTENT ON AO_92296B_AORECENTLY_VIEWED.CONTENT_ID = CONTENT.CONTENTID
LEFT JOIN SPACES ON AO_92296B_AORECENTLY_VIEWED.SPACE_KEY = SPACES.SPACEKEY

LIMIT 100000;

This shows results based on unqie views over a 3 months period.

Is there any way we can achieve the same result by creating a User Macro?

I want to be able to use the Macro paramater field to search for a page which shows who has seen that page. 

1 answer

0 votes
AnnWorley
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 19, 2017

Have you considered a third party add-on like Viewtracker?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events