Build the Atlassian product versions page - 8.x

Build the Atlassian product versions page - 8.x

This content is archived.

Overview

This page explains how the Atlassian product versions 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.

Macro browser input

Select this macro

Macro name

Advanced Tables - JSON Table

Macro syntax

{json-table}

Define these parameters/values

JSON Table settings > Data source > Method of locating JSON data (URL) > URL of JSON data

https://marketplace.atlassian.com/rest/1.0/applications/jira

JSON Table settings > Data format > Paths to fields

versions

JSON Table settings > Data format > Augments to heading row values

Version, Build, Release Date

JSON Table settings > Data settings > Column to display

version, buildNumber, releaseDate

Column settings > Formatting > Column type (1

2

3)

S

I

MYYYYMMDDHHmmssZ~YYYY-MM-DD

Column settings > Numbering & Totaling > Insert auto number column

On

Screenshot

JSON_ProdVersion_01.jpg
JSON_ProdVersion_02.jpg

Wiki markup input

{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.

Extras

@Jamie Echlin suggested linking the page to product release notes. So the following settings were added to the Jira section (similarly for Confluence):

JSON Table settings > Data settings > Output format

wiki

JSON Table settings > Data format > 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 for additional inspiration!

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.