Skip to end of banner
Go to start of banner

Run Macro - 6.x (WIP)

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

On this page

Description

The run macro provides a user form with specified input fields. Form fields will be used to replace variables in the body before rendering. Form values can be provided as follows:

  1. User interaction - a user inputs data into the fields 
  2. Using Pre-defined variables
  3. Including request parameters

Any text in the macro body that begins with '$' immediately followed by a key found in the replace parameter list  (see Field types for details) will be replaced by the value. Typically, values will be provided by a user submitting a form from the page based on the replace parameter. When defining field types, default values may be specified.

Variables

Macro Security

This macro may have restricted use for security reasons. See Macro Security for Confluence and consult with your administrator for details.

Using the Run Macro

The following steps will help demonstrate how to use the run macro within a confluence page.

  • No labels