It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi guys - I'm trying to see what confluence content was modified over last three months. Is there a simple way to do that?
Hi Chris,
You can also visualise that information from the database.
The below query will list all Confluence content and order by the last modified date:
SELECT * FROM CONTENT ORDER BY LASTMODDATE
If you want to list only Confluence pages on that query you can also use the following query:
SELECT * FROM CONTENT WHERE CONTENTTYPE LIKE 'PAGE' ORDER BY LASTMODDATE
Thanks!
Kind regards,
Luiz Maia
Atlassian Support
Hello Chris,
You can use the filters below to retrieve all updated content within a range:
To search for content created or modified within a certain date range, using the created or modified keywords. The date stamps are in numeric 'yyyymmdd' format:
created:[20000101 TO 20131231]
modified:[20000101 TO 20131231]
Please, check this page to see every search syntax you can use in Confluence: https://confluence.atlassian.com/doc/confluence-search-syntax-158720.html
I hope it helps,
Eduardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.