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: 

How to track obsolete content in Confluence?

Peter Bengov
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.
April 27, 2015

I have a large amount of pages across the company. 

I'd like to have the ability to view pages which weren't viewed / updated for an X amount of time. Any suggestions? A macro / free plugin (I'm aware of Archiving Plugin for Confluence, but the cost is just too high).

We have Google Analytics configured but I can't seem to find a way to do that with GA.

Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Guilherme Nedel [Atlassian]
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 27, 2015

Hello Peter, you can use a plugin such SQL for Confluence as and use the following queries:

SELECT spaces.spacename, MAX(content.lastmoddate)
FROM content, spaces
WHERE content.spaceid = spaces.spaceid
GROUP BY spaces.spacename;

Please post to this should you have any other queries on the matter.

Alex Yasurek
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.
April 27, 2015

Hi, Does this also work to see pages that have not been viewed in a really long time or would we need to use something like Google Analytics for that?

TAGS
AUG Leaders

Atlassian Community Events