Versions Compared

Key

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

On this page

Table of Contents
maxLevel1
excludeOn this page
typeflat
separatorpipe

...

Table plus
highlightColor#ffffec
rowStylesbackground:#f0f0f0;color:#222;font-size:14px;border-bottom:black 2px solid;border-top:black 2px solid;,
stylebackground-color:white;
autoNumbertrue
Parameter
Default
Macro Browser Label
Description
paths<required>Paths to fields

Normally, specify a single path to generate a single table. Simple form is a dot separated list of field names to reach the specific field within the JSON string. Example: total.monthlies.

When a comma separated list of paths to fields is provided, a table will be produced for each valid field identified by the path. No table will be produced for references to fields that cannot be found, empty arrays, or similar.

Paths are expressed in JSONPath syntax.

fieldPathsall fieldsPaths to fields to be included

Comma separated list of paths to fields to be included in the output. Paths are relative to the JSON field specified in the paths parameter. If not specified, all fields found will be included.

Example for the issues field from the JIRA search REST API:
key, fields.summary, fields.issuetype.name, fields.issuetype.id, fields.fixVersions[*].name

fieldOrderRegexPatterns Regex patterns for ordering fields

Comma separated list of regular expression (regex) patterns.

This parameter is used only when defaulting fieldPaths to all fields; otherwise the order specified by fieldPaths is used.

 Useful when multiple tables are generated and column ordering is not ideal. Field order is not specific in JSON strings so when field order is important, these Regex patterns can be used to control the order.

Note: A field found by an earlier pattern is ordered before fields not found or fields found by a later pattern.

sortPaths Paths used to determine sort order

Comma separated list of path references to fields (simple only) to be used to determine how rows will be initially sorted.

Paths are relative to the JSON field specified in the path parameter. If specified, JSON array elements will be sorted based on the comparison of field values represented by the paths. The first path is the primary sort value. Subsequent paths are used only if the first comparison is equal. The sort direction is ascending unless the sortDescending is selected. This sorting is done before the HTML is generated for display.

stripQualifiersfalseStrip leading qualifiers from generated headingsSince 6.5. Makes table heading columns look better by stripping leading qualifiers (using a . separator) for names generated as a result of fieldPaths. For example, field.type would be converted to type.
capitalizetrueCapitalize first character of generated headingsSince 6.5. Makes table heading columns look better by capitalizing leading character of names generated as a result of fieldPaths.
outputhtmlOutput format

Determines how the output is formatted. Allowable values are 'html' and 'wiki'.

Use 'wiki' to have the data in the table rendered by the wiki renderer.

scriptmacro bodyLocation of JSON data

JSON data is taken from the macro body data unless another location is specified by the script or url parameters.

  • #filename - Data is read from the file located in confluence home directory/script/filename. Subdirectories can be specified.
  • global page template name - Data is read from a global page template. (info) Special note: How to deal with templates on Confluence 4.3 and later.
  • space:page template name - Data is read from a space template.
  • ^attachment - Data is read from an attachment to the current page.
  • page^attachment - Data is read from an attachment to the page name provided.
  • space:page^attachment - Data is read from an attachment to the page name provided in the space indicated.
url URL to JSON data Specifies the URL to a JSON file. Use of this parameter may be restricted for security reasons. See your administrator for details.
user URL user User name for URL access via basic authentication.
password URL user password User password for URL access via basic authentication. 
timeout URL connection timeoutAllows you to set the wait time for URL access for slower connections. Time is specified in milliseconds.
encoding File encoding

File encoding for an external file if different from the system default handling. Since 4.1.0.

Example: UTF-8

More ...

columns Columns to showComma separated list of column names or numbers in any order. Defaults to all columns in existing order. Columns are enumerated starting at 1.
showWikifalse

Show non-formatted version of generated wiki

Use true to show a non-formatted version of the wiki table following the formatted table.

This is used to help resolve formatting issues. It can also be used to convert JSON to Confluence markup by cut and paste.

escapefalse

Escape special wiki characters

When wiki output is requested (output=wiki), some special characters (like '|', '[', ']', '{', '}') in data may cause undesirable formatting of the table. Use true to allow these special characters to be escaped so that it will not affect the formatting. The default is false so that data that has wiki markup will be handled correctly.
macrosfalse

Render wiki markup macros in body

Set to true to render wiki markup macros found in the body prior to processing as JSON.

This is useful to run macros from SCRP, CCLI, SQL, or similar that can produce JSON output.

Augment parameters

See Augments for details for modifying column headings and column data.

Common parameters

Include Page
info:_CommonTableCapabilitiesParameters
info:_CommonTableCapabilitiesParameters

...