---
title: "Building the Atlassian Product Versions Page"
canonical: "https://support.appfire.com/space/TBL/74814320/Building%20the%20Atlassian%20Product%20Versions%20Page"
format: markdown
---
> Macro (div)
> 
> ### On this page
> 
> > Macro (toc)

# Overview

This page shows how the [Atlassian Product Versions](https://appfire.atlassian.net/wiki/spaces/info/pages/86081933) page was created. It is an example of how to extract data from other applications that provide JSON data to show current information in Confluence. In this case, the data is publicly available from [Atlassian Marketplace](http://marketplace.atlassian.com).

# Macro Browser Input

### Select this Macro

|  |  |
| --- | --- |
| *Macro Name* | JSON Table |
| *Macro Syntax* | {json-table} |

### Define these Parameters/Values

|  |  |
| --- | --- |
| *Paths to fields* | versions |
| *Auto number on each row* | selected |
| *URL to JSON data (example)* | `https://marketplace.atlassian.com/rest/1.0/applications/jira` |
| *Columns to show* | version, buildNumber, releaseDate |
| *Augments to heading row values* | Version, Build, Release Date |
| *Column types* | S,I,MYYYYMMDDHHmmssZ~YYYY-MM-DD |

### Screenshot

![image](media://26458ee8-fdde-4a23-a2fb-2bffdac25fa4)

# Wiki Markup Input

```plaintext
{json-table:
paths=versions|
url=https://marketplace.atlassian.com/rest/1.0/applications/jira|
columns=version,buildNumber,releaseDate|
headingAugments=Version,Build,Release Date|
columnTypes=S,I,MYYYYMMDDHHmmssZ~YYYY-MM-DD|
autoNumber=true}
{json-table}
```

# Example Result

See the live page: [Atlassian Product Versions](https://appfire.atlassian.net/wiki/spaces/info/pages/86081933).

# Extras

@Jamie Echlin suggested linking to the product release notes. So the following was added to the JIRA section. Similarly for Confluence.

| ***Output format*** | wiki |
| --- | --- |
| ***Augments to data row values*** | [%version%| https://confluence.atlassian.com/display/JIRA/JIRA+%version%+Release+Notes] |

# Other Examples

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