We want to implement some processes to help keep our wiki content current but need to be able to easily identify pages that specific individuals have authored or last updated, or locate pages that haven't been updated in the past year.
The search gives options of Who - but requires a search term to execute. The when is based on updated in the 'last'...whereas we are looking for items that haven't been updated in the 'last x'.
This is critical for us to maintaining the validity of content and we have too much content for individuals to go through all pages to locate what matches this criteria.
This needs to be something that anyone can access through the UI and not require db access because we want individuals to own content validity and currency, not rely on a system administrator to provide the information.
Any suggestions on how we can do this is very much appreciated!
Hi Karie,
Based on your requirements, I think you need a pretty well developed solution to do all this. I would recommend this add-on:
https://marketplace.atlassian.com/plugins/com.midori.confluence.plugin.archiving
It is a licensed add-on but that entitles you to support and continued development with new features and bug fixes.
Hope this helps!
This is exactly what I'm looking for. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd recommend CustomWare Reporting. I use something similar to that:
{report-table} {content-reporter:spaces=NAME OF YOUR SPACE|scope=A PAGE IN YOUR STRUCTURE TREE > descendents|types=page} {date-filter:page:modification date|beforeValue=-6m} {content-reporter} {report-header} {report-info:report:query > size} pages were not modified since 6 months. {report-header} {report-column:title=Page Title} {report-info:content:title|link=true} {report-column} {report-column:title=Content Creator} {report-info:content:creator > user:name} {report-column} {report-column:title=Creation Date} {report-info:creation date|format=yyyy-MMM-dd} {report-column} {report-column:title=Content Modifier} {report-info:content:modifier > user:name} {report-column} {report-column:title=Modification Date} {report-info:modification date|format=yyyy-MMM-dd} {report-column} {report-empty} _No results!_ {report-empty} {report-table}
This is a report-table that shows you all pages in the space NAME OF YOUR SPACE which are descending pages of the page A PAGE IN YOUR STRUCTURE TREE that have not been modified since 6 months. Further on the report tells you who has created the page and when and who has changed it the last time and when.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agree that the archiving Plugin is the best way to go about this. If you don't want to make the investment, you can use the Metadata Plugin (https://comalatech.jira.com/wiki/display/META/Confluence+Metadata+Plugin) to generate a simple overview of the pages that haven't been changed for the longest time in a given space, e.g. like this:
{metadata-report:Page,Last Time Changed,Last Changed By,Author|root=SPACEKEY:SPACE_HOMEPAGE|pages=@descendants|maxResults=100|sort=Last Time Changed asc}
Cheers,
Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.