Hi,
Is there a way in Confluence I can get the the Title, URL and PAGEID of all pages in a particular space?
Thanks
Hi @Mark Jennings ,
With the help of Confluence Command Line Interface app you will be able to get the Title, URL and PAGEID of the pages in a particular space.
Please find below sample action for your reference. In below action ds refers to space key for the target space.
--action getPageList --space ds --outputFormat 999 --columns "Title, Id, Url" --outputType table
Output of the above action.
Thanks,
Avinash
Thanks, managed to get it using a SQL script and LOTS of manilupation in EXCEL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.