Versions Compared

Key

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

Overview

Confluence Page Properties can be accessed using Value References.

Where can they be used?

They can be used in any macro that supports Value References or 

...

conditions.

Info

See Conditions, Content, and Value References for a list.

How to use them

First, define your page properties.

For example, here we've defined a property named "Reviewer" with a user @mention as its value:

...

Image Added

You can then refer to that property, by name, in a value reference: @Reviewer@

Here's an example workflow using the reference.

Code Block
languagetext

...

{workflow:Page property}
   {state:Review|approved=Published}
      {approval:Review|user=&@Reviewer@}
   {state}
   {state:Published}
   {state}
{workflow}

Only the user defined by the "Reviewer" page property

...

is able to approve that review, and, due to the &, they

...

are automatically

...

assigned to the review.

Info

You can use other types of value as well, such as text, 

...

expiry dates and so on.

Referencing properties on other pages

You can reference properties on other pages by adding the page title, like so: @Some Page:Reviewer@

If you want to reference a page in another space, add the

...

space key too, like so: @SOMEKEY:Some Page:Reviewer@ 

All examples

Filter by label (Content by label)
showLabelsfalse
max100
showSpacefalse
sorttitle
excerptTypesimple
cqllabel = "page-property-references" and label = "example" and space = currentSpace()

See also

External Links

...

...

...

...

  •  – can retrieve page properties

Reporting Guide

...