Hello
I was a little bit to optimistic using Rovo and now I have 1 page and its 5 children stucked in Rovo space
I cannot edit them, I cannot move them. Rovo is not able to put them back in my space (but he agress with me that the pages are stuck).
Did anyone faced this issue ? Any way to solve it ?
As a workaround I did a copy of my pages to not loose the content (but I'm loosing the history and the statistic so I'd rather get back my real pages)
I've not encountered this situation before. I would suggest using the Confluence REST API directly to move the pages back. As a space admin, you can perform a PUT request to /wiki/api/v2/pages/{pageId}, setting the spaceId to your target space and the parentId to the appropriate parent page. I've observed that this method bypasses the UI restrictions and functions even when the move option is disabled.
If even this does not work, I would open a support ticket at Atlassian.
Cheers, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.