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

Confluence Page not in Use Since 6 month's.

tousifs
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.
October 2, 2013

Hi All,

i want to find Confluence Page's which are not in used since last 6 month's.

also i want to know how to find plugin's which not used in confluence system.

i want to improve performance of confluence if anyone can suggest confluence analysis tool it's great help

thank you.

regard's

tousif shaikh.

3 answers

1 accepted

0 votes
Answer accepted
Jeff Thomas
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 3, 2013

Tousif: To find unused pages, you can use the Archiving Plugin. If you have access to run queries on the database, you might be able to modify the queries used on Finding Unused Spaces to find unused pages.

This query should give you all the pages that have not been modified in the last 6 months.

select contentid, title
from content 
where contenttype = 'PAGE'
and lastmoddate < (sysdate - INTERVAL '6' MONTH);

I'm not sure of a way to determine if a plugin is unused. Hopefully someone else can provide more details.

Check out the Performance Tuning tips to help speed up your Confluence.

1 vote
Mick Davidson
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.
October 6, 2013

Tousif,

You can try running this query in the normal search field in the space you want to look in:

  • modified:[yyyyMMdd TO yyyyMMdd]

For example:

  • modified:[20130615 TO 20130715]

This works for me.

Cheers.

0 votes
Midori
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.
October 7, 2013

As Jeff wrote, Archiving Plugin for Confluence finds you both the pages not viewed and the pages not updated in the last 6 months, or whatever period you configure. (You haven't explain what "not in use" means exactly.)

Furthermore, it can archive those pages for you (which is probably a better idea than to delete them).

Check out the plugin's user documentation

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events