Find Unused Add-ons

Jason Schwanz May 19, 2014

Our Confluence goes back many years, and has a substantial list of add-ons installed. Is there a way to identify a list of pages on which each add-on is being used?

1 answer

1 accepted

0 votes
Answer accepted
Rodrigo Girardi Adami
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 19, 2014

Hi Jason,

You can find this information in the database with this query:

SELECT c.title, s.spacename
FROM content c
INNER JOIN bodycontent b ON b.contentid = c.CONTENTID
INNER JOIN spaces s ON c.spaceid = s.spaceid
WHERE b.body like '%macro_syntax%';

There are 2 answers that also have some information on it which might help:

https://answers.atlassian.com/questions/59203/find-pages-that-use-certain-macros-plugins

https://answers.atlassian.com/questions/97143/in-confluence-how-can-we-find-which-pages-use-a-plugin

Cheers,

Rodrigo

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events