This site has moved to the integrated Appfire documentation and information site for our apps.

From February 2024 this site is no longer updated.

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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 – 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:



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

Here's an example workflow using the reference

{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 will be able to approve that review, and, due to the &, they will automatically be assigned to the review.

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

There are no items with the selected labels at this time.

See also

External Links:

Workflow Authoring Guide:

Reporting Guide:


  • No labels