Hi,
i am trying to find all pages that use a plugin (LaTeX in this case) and I have tried with
macroName: LaTeX but I have no results (not sure if the spelling has to follow some rules besides the case sensitive) and also with a query:
select spaces.spacekey, content.contenttype, content.title, content.contentid, bodycontent.body
from bodycontent, spaces, content
where spaces.spaceid = content.spaceid and content.contentid = bodycontent.contentid
and bodycontent.body like '%LaTeX%'
This query gives me some results but I don't see where the plugin is used.
Do you know any other way to figure this out? I am testing the 6.14.2 version and currently using the 5.7.5. In both cases, the macroName search is not helping
Thanks!
Hi @PaulaA ,
You can get the list of pages, where the macro is used from the Administrations -> Macro Usage section. This is the native confluence functionality.
Regards,
Sravya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.