Confluence Internal Metadata
Comala Metadata is also able to access a range of Confluence internal metadata.
Metadata Property | Content Type | Macro | Notes |
---|---|---|---|
Attachment | Attachment | A link to the matching attachment. | |
Author | ALL | ALL | The author of this piece of content. Equivalent to “Creator” and “Poster”. |
Blog Post | Blog Post | A link to the matching blog. | |
Comment | Attachment | The comment attached to an attachment. | |
Comments | Blog Post | A link to the comments for a blog, along with a count. | |
Creator | ALL | ALL | The creator of this piece of content. |
Date | ALL | ALL | The date that this content was last modified. |
Display Title | Page, Blog Post | Displays titles of content. | |
Download | Attachment | A link to download the attachment. | |
Space | The email address for the owner of a space or personal profile. | ||
Excerpt | Page, Blog Post | The excerpt from the page or blog. | |
File Size | Attachment | The size of an attachment. Equivalent to "Size". | |
File Type | Attachment | The attachment's file type. | |
Last Changed By | ALL | ALL | The user that last changed this content. |
Last Time Changed | ALL | ALL | The time that this content was last changed. |
Page | Page | A link to the matching page. | |
Parent | Page | A link to the parent of this page. | |
Posted | ALL | ALL | The date that this piece of content was posted. |
Poster | ALL | ALL | A link to the user that posted this piece of content. |
Size | Attachment | The size of the matching attachment. | |
Space | Page, Blog Post, Space | A link to the space that this content belongs too. | |
Time | ALL | ALL | The time that this content was last modified. |
Time Created | ALL | ALL | The time that this content was created. |
Title | ALL | ALL | The title of this piece of content. |
Type | Attachment | The type of the attachment. | |
User | Space | The user that created this piece of content. | |
Version | Page, Blog Post | The version number of this piece of content. |
When using the metadata properties in the Comala Metadata app macros ensure that the property is added with the initial character for each string in the property name as a capital letter - use Version not version
In Comala Metadata app macro dates from internal metadata (such as a blog's post date, the last modified date of a page, etc) will retrieve date fields in the user date and time format preferences.
These can be sorted by the macros based on this field.
Comala Metadata App created metadata currently cannot have their values retrieved in any date and time format.
When using a macro to set a metadata that is a date and time, Confluence search and CQL will return the value as a string value unless the metadata value is added in the following format yyyyMMddHHmmssSSS
.
for example, creating the metadata End Date with a value of
Dec 2023
or08/09/2024
will be returned as a string value and is not recognized as a date format value