Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


(info) Metadata values created with the {set-metadata} macro are only indexed by Confluence and appear in the Confluence search if the Comala Metadata app is installed.

Metadata retrieval logic

The following may cause problems when trying to retrieve a metadata value using the get-metadata macro.

For example

  • in Comala Document Management versions prior to v6.18.8 using a get-metadata macro to define a page property value where the metadata being retrieved is the value of another get-metadata macro

The retrieval logic of the get-metadata macro may also have problems returning a value if there is any coincidence (or overlap) in a metadata name and another metadata or property name. To avoid any problem simply try to ensure the use of unique names for each of your metadata names.

Suppose duplication of a value reference name occurs, for example, a page property and metadata set with the Comala set-metadata macro. In that case, the get-metadata macro will resolve the value in the following priority.

  1. Confluence page properties macro
  2. Comala Metadata which includes workflow parameters with edit=true that have been saved and metadata set using Comala Document Management set-metadata macro
  3. Communardo Metadata
  4. Workflow parameters saved at the space level - without edit=true
  5. Page references
  6. Suppliers (ServiceRocket, Workflows, Metadata)

All examples

Filter by label (Content by label)
showLabelsfalse
max100
showSpacefalse
sorttitle
excerptTypesimple
cqllabel = "macro-get-metadata" and label = "example" and space = currentSpace ( )

...