Versions Compared

Key

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

Publicly Listed Apps from Appfire Companies

Tip

Sort by clicking on column title.

Csv
outputwiki
columnTypes,,,,E,E,E,I,I,I,F
columns1,3,4,5,6,7,8,9,10,11,12
columnCalculations,,,,,,,sum,sum,avg,avg
autoNumbertrue
autoTotaltrue
scriptInformation^appfireAppList.csv
augments[%App%%!%https://marketplace.atlassian.com/plugins/%key%]\\%key%,,[%Vendor Name%%!%https://marketplace.atlassian.com/vendors/%vendor%],,!info:images^%Cloud%.png!,!info:images^%DC%.png!,!info:images^%Server%.png!,

How this page was constructed

  • Atlassian CLI action gathers information from Marketplace and formats into a CSV file uploaded to Confluence as an attachment. This is automatically done daily using Bamboo.

  • CSV Macro is used to display the attachment with some added features including some augments to the data.

Code Block
acli -a run \
    -i "marketplace_anonymous -a runFromVendorList --options \"text=an Appfire company\" \
        --common \"-a getAppList --vendor @vendor@ -f @temp --append --outputFormat 999 \" " \
    -i "csv -a copyCsv --sourceFile @temp --file appfireAppList.csv \
        --headingAugments App,,,,,,,,,,,,Reviews,Stars,,,,,,,,,,,,,,,,,,,DC \
        --columns name,key,description,vendorName,application,cloud,datacenter,server,Installs,Downloads,ReviewCount,AverageStars,vendor \
       "