Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence: Variables within a Page

d
Contributor
September 23, 2012

Can I do something like this, for like a deployment procedure document:

EDIT CONFLUENCE DOCUMENT

[ . . . ]

To deploy this software, run "pkg_install $PACKAGE_NAME-$NEW_VERSION"

[ . . . ]

To roll back this software, run "pkg_install $PACKAGE_NAME-$OLD_VERSION"

[ . . . ]

*****

SET META VARIABLES

PACKAGE_NAME=fooberries

NEW_VERSION=1.4

OLD_VERSION=1.3

*****

RENDERED CONFLUENCE DOCUMENT

[ . . . ]

To deploy this software, run "pkg_install fooberries-1.4"

[ . . . ]

To roll back this software, run "pkg_install fooberries-1.3"

[ . . . ]

1 answer

0 votes
Bob Swift
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 24, 2012

Run Plugin for Confluence allows you to parameterize pages via UI or URL.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events