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 2 Next »

New layout for Import Workflows page

The 'Import Workflows' page in Confluence Administration and Space Tools has been redesigned to improve usability.


New increment-metadata macro added

A new increment-metadata macro allows you to increment a numeric metadata value, providing the ability to define custom version numbers and counters. increment-metadata supports Single and Composite versioning, here is the documentation.

Single versioning

{set-metadata:my-version}1{set-metadata}
{increment-metadata:my-version}

Composite versioning

{set-metadata:my-version}1.2.3{set-metadata}
{increment-metadata:my-version|increment=0.1.0}


  • No labels