This is how I did it:
• Create a template. Inside your template insert a Page Properties macro.
• Inside the Page Properties macro body insert a two column table.
• In the left column list your 'key'. The ‘key’ will be the column heading in the report table.
• In the right column insert a Get-Metadata macro. Use the ‘key’ from the right column in the Name field of the Get-Metadata macro.
• Save your template. Using Comala Document Management, create a script. To make your any page title populate as a label:
{trigger:pagecreated}
{set-label:@key@}
{trigger}
To have the page dynamically update the label if the page name changes:
{trigger:pageupdated}
{set-label:@key@}
{trigger}
What is the Key?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thx for your answer, Michael. I know how to work with templates. This is very comfortable but i have still the following question / use case...
For example: In a Space i have three sections: Applications, Governance, Test. In each section we have meeting minutes:
To create a new meeting minute i press the button to create a new page using a template. Every page created by using this template has the same labels automatically. I don't want to use three different templates. I just wanna use one template and the label should be used depending on the top sites: application, governance, test...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have a look at Blueprints or Confluence Blueprints ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How can i create dialoques like this one (how to article) ? This is what i like to have for my meeting minutes
Unbenannt.PNG
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can achieve this easily with the 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know of any way to set such dynamic data as label.
However you can add labels "automatically" by defining a template and add those labels to the template. Each page based on the template will "inherit" the according labels.
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.