Skip to end of banner
Go to start of banner

Build JIRA Version List Using the JSON Table Macro - 8.x

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

On this page

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 NameJSON Table
Macro Syntax{json-table}

Define these Parameters/Values

JSON Table settings > Data source > Method of locating JSON data (URL) > URL of JSON datahttps://bobswift.atlassian.net/rest/api/latest/project/TBL/version
JSON Table settings > Data format > Paths to fieldsvalues
JSON Table settings > Data format > Paths to fields to be includedname,description,id,releaseDate
Column settings > Sorting > Automatically sort in descending orderOn
Column settings > SortingAutomatically sort by this columnName

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!

  • No labels