---
title: "JIRA Version List Using the JSON Table Macro"
canonical: "https://support.appfire.com/space/TBL/74815016/JIRA%20Version%20List%20Using%20the%20JSON%20Table%20Macro"
format: markdown
---
> Macro (div)
> 
> ### On this page
> 
> > Macro (toc)

# Overview

This page shows how you produce a simple table from JSON data using the [JSON Table macro](https://appfire.atlassian.net/wiki/spaces/TBL/pages/74815257), which is part of the [Advanced Tables for Confluence](https://appfire.atlassian.net/wiki/spaces/TBL/overview) 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

![image](media://33ca8809-3e99-484f-9f82-102b62f5b73b)

# Wiki Markup Input

```plaintext
{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

> Macro (json-table)

# Other Examples

Visit our [full list of product examples](https://appfire.atlassian.net/wiki/spaces/TBL/pages/74815984) for additional inspiration!