How to build a Jira version list with JSON Table - Cloud
Overview
This page shows how you create a simple table from JSON data using the JSON Table macro, which is part of the Advanced Tables for Confluence app.
Macro browser input
Select this macro
Macro name | Advanced Tables - JSON Table |
Macro syntax (Old editor) | {json-table} |
Macro syntax (New editor - case insensitive) | /JSON Table |
Define these parameters/values
Paths to fields | values |
|---|---|
Paths to fields to be included | name,description,id,releaseDate |
URL to JSON data | https://xxxxxxxx.atlassian.net/rest/api/latest/project/TBL/version |
Sort descending | On |
Auto sort column | Name |
Parameters set in the macro editor
Wiki markup input (Old editor)
{json-table:
paths=values|
fieldPaths=name,description,id,releaseDate|
url=https://xxxxxxxx.atlassian.net/rest/api/latest/project/TBL/version?maxResults=100|
sortDescending=true|
sortColumn=Name}
{json-table}Live example
JSON Table
Other examples
Visit our full list of product examples for additional inspiration!
