Hi,
How can I replace underscores and two consecutive underscores (__) with a space in a page name, using a Confluence CLI query? What I'd like to do, is take a parent page, and update all the child-page names under it, replacing underscores and (__).
Thanks very much,
Iliya
Hi @Iliya Bolotyansky ,
Could you try the below command and modify the space name and page name accordingly.
--action runFromPageList --space "SRAVYA" --title "Home page" --regex ".*_.*" --descendents --common "--action renamePage --space SRAVYA --title \"@title@\" --findReplace \"_:' '\""
Let us know if this is not working for you.
Regards,
Sravya
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.