I'm creating a template and would like to have the parent page title automatically inserted into the body of the page. I do not want the information to change if the document is moved. Is there a way to do this?
I found a solution with Create Page Macro that will take the title of the parent page and make them into labels on the newley created page. It was exactly what I needed. Here is the link.... https://marketplace.atlassian.com/plugins/com.adaptavist.confluence.createpage#support
I'd like to suggest to check the blueprint context (the way as Yagnesh Bhat described) for a property named 'parentPageId' (maybe this is not available in all versions - I just happend to see it in my environment - I cannot refer to docs). Use this to fetch the page from the PageManager and set the value you require to the context.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What you can try doing is :
1) set a placeholder for the pagetitle in the template
2) From the blueprint context provider, pass the hardcoded value of the parent page to the template's placeholder.
I dont think there is a way to get the parent of the page thats not already created, but what you can do with blueprint is explicitly set the parent page of the documents rendered by the blueprint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please look into https://confluence.atlassian.com/display/DOC/Create+from+Template+Macro- it can be at least workaround for your issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The page being created is a child page to the parent. The parent page has already been created and I want that title to be copied into the body of the child page.
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.
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.