Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Div
idProductTOC

On this page

Table of Contents
maxLevel1
excludeOn this page
typeflat
separator  | 

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

Define these Parameters/Values

Paths to fieldsversions
Auto number on each rowselected
URL to JSON data (example)
https://marketplace.atlassian.com/rest/1.0/applications/jira
Columns to showversion, buildNumber, releaseDate
Augments to heading row valuesVersion, Build, Release Date
Column typesS,I,MYYYYMMDDHHmmssZ~YYYY-MM-DD

Screenshot

Wiki Markup Input

Code Block
languagetext
linenumberstrue
{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 formatwiki
Augments to data row values[%version%| https://confluence.atlassian.com/display/JIRA/JIRA+%version%+Release+Notes]

Other Examples

Visit our our full list of product examples for  for additional inspiration! 

Include Page
_SupportFooter
_SupportFooter

Include Page
_RightPanel
_RightPanel