HI all,
I would Like to see all links to Jira from certain Cloud Confluence space? Can it be done without Rest API?
Hi @Jarmo Parviainen !
A list of pages where the jira macro is used? yes. Following the details here: https://community.atlassian.com/t5/Confluence-questions/Macro-usage-report-for-confluence/qaq-p/2183408
Ultimately, you can search for all the pages using a macro (change the url to reflect your Confluence URL and the explicit macro you are looking for):
Example: https://yourconfluencesite.com/dosearchsite.action?queryString=macroName%3Ajira*
In the search, don't forget to also filter to the space you want to narrow the search to.
Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.