Hi @Thomas de Bruijn ,
As Gabriela pointed out/asked - can you maybe share an example/screenshot of the macro you're referring to? I would say we're here talking about a third-party macro, but on the other hand, I'm mainly working in the cloud so I might be wrong here. 🤔
This could help us troubleshoot it further.
Also, has this started happening after a specific update? Are other users experiencing the same thing or would it seem just to be related to your account?
Potentially, you could try using incognito mode/window to see if that will help 👀
Cheers,
Tobi
Yes you are right, it is a scriptrunner macro
The help files are directing met to:
https://docs.adaptavist.com/sr4c/latest/features/macros/built-in-macros/create-page-macro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Thomas de Bruijn got it. Thanks!
I'd then recommend reaching out to Adaptavist (vendor) directly through their support channel (service desk): https://the-adaptavist-group-support.atlassian.net/servicedesk/customer/portal/7/
They'll probably be able to assist you and provide some additional insights around it 👀
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gabriela,
I only use the Macro Create Page, I don't use the macro Create from Template
Here , I normally can use the Parent parameter.
This is the function that is not working anymore.
I only mentioned the Create from Template because this was marked as a workaround in another post from one year ago.
But this doesn't work for me because I cannot set the page target directory, like you mentioned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're right, my earlier answer was off - I pointed you at the native Create from Template macro, but the one you're describing isn't native. Confluence has no built-in "Create Page" macro and no Parent parameter. That macro comes from ScriptRunner for Confluence (Adaptavist) - its Create Page macro is the only widely-used one literally named that and with a Parent field. What's happening: that macro builds a link into Confluence's page-creation flow and hands it your parent, and 10.2 changed that flow enough that the parent gets dropped, so the page lands at the space root. It's a ScriptRunner-vs-Confluence-10 compatibility break, not something you can fix in the macro config. Go to Manage apps, check the ScriptRunner version and update it to a build that lists Confluence 10.2 support; if you're already on the latest, raise it with Adaptavist as a 10.2 regression since the fix is on their side. Quick confirm - does "ScriptRunner for Confluence" show in Manage apps?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Thomas de Bruijn, this looks like a duplicate of your other post, so I answered it in full there: Create Page Maco "parent" not working. The gist: the Create from Template macro has no parent parameter, so the new page lands under whatever page the macro sits on; pages dropping to the space root is the known regression, fixed by replacing the button with its link plus &fromPageId=PAGEID (your parent page's ID).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gabriela,
I only use the Macro Create Page, I don't use the macro Create from Template
Here , I normally can use the Parent parameter.
This is the function that is not working anymore.
I only mentioned the Create from Template because this was marked as a workaround in another post from one year ago.
But this doesn't work for me because I cannot set the page target directory, like you mentioned.
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.