JIRA Version List Using the JSON Table Macro
On this page
Overview
This page shows how you produce a simple table from JSON data using the JSON Table macro, which is part of the Advanced Tables for Confluence add-on.
Macro Browser Input
Select this Macro
Macro Name | JSON Table |
Macro Syntax | {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://bobswift.atlassian.net/rest/api/latest/project/TBL/version |
Sort descending | selected |
Auto sort column | Name |
Screenshot
Wiki Markup Input
{json-table: paths=values| fieldPaths=name,description,id,releaseDate| url=https://bobswift.atlassian.net/rest/api/latest/project/TBL/version?maxResults=100| sortDescending=true| sortColumn=Name} {json-table}
Live Example
Other Examples
Visit our full list of product examples for additional inspiration!