/
Building the Atlassian Product Versions Page
Building the Atlassian Product Versions Page
On this page
Overview
This page shows 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 | 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
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 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 for additional inspiration!
, multiple selections available,
Related content
Release notes - Cloud 3.1.2
Release notes - Cloud 3.1.2
More like this
Release notes - Cloud 3.1.0
Release notes - Cloud 3.1.0
More like this
Scaffolding Forms & Templates for Confluence Data Center
Scaffolding Forms & Templates for Confluence Data Center
More like this
Using the Scaffolding REST API with ScriptRunner for Confluence
Using the Scaffolding REST API with ScriptRunner for Confluence
More like this
Release notes 07 October 2024
Release notes 07 October 2024
More like this
How to configure the JSON Table macro to manipulate the row data in Confluence
How to configure the JSON Table macro to manipulate the row data in Confluence
More like this
Log a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.