This is a live demo which uses content from Atlassian Market place status page
APIs
Partial Outage
Bitbucket Cloud APIs
Operational
Confluence Cloud APIs
Partial Outage
Jira Cloud APIs
Operational
Product Events
Operational
Invocation of Forge functions from product events.
User APIs
Operational
Webhooks
Operational
Web Triggers
Operational
Developer
Partial Outage
App Deployment
Operational
Artifactory (Maven repository)
Operational
https://maven.atlassian.com
Create and manage apps
Operational
The ability to create and manage apps at https://developer.atlassian.com/apps
Developer documentation
Operational
The ability to access documentation at https://developer.atlassian.com/docs
Forge App Installation
Operational
Installation of Forge apps
Forge CDN (Custom UI)
Operational
Static asset serving for Forge apps.
Forge Function Invocation
Operational
aui-cdn.atlassian.com
Operational
The Atlassian User Interface (AUI) CDN
Forge App Logs
Operational
Access and retrieve app logs via Forge CLI and admin.atlassian.com
Forge App Monitoring
Operational
View Forge app metrics via developer console
Developer console
Operational
Reliability of https://developer.atlassian.com/console
Forge direct app distribution
Operational
A way to share your apps with a set of trusted site admins: https://developer.atlassian.com/platform/forge/distribute-your-apps/#start-sharing-your-app
Hosted storage
Partial Outage
Atlassian hosted storage for hosted and remote compute.
Forge CLI
Operational
End-user consent
Operational
Prompt for consent of specific permissions for an app.
Forge App Alerts
Operational
Receive email alerts when Forge app breaches SLI and view alert details via dev console.
Marketplace
Operational
https://marketplace.atlassian.com and related features / APIs
App listing management
Operational
The ability to manage app listings on https://marketplace.atlassian.com
App listings
Operational
The detailed listing page for each app
App pricing
Operational
App pricing queries and updates
App submissions
Operational
Category landing pages
Operational
Evaluations and purchases
Operational
In-product Marketplace and app installation (Cloud)
Operational
The ability to discover, install, and manage apps inside of Atlassian's Cloud products (Jira, Confluence, Stride, Bitbucket)
In-product Marketplace and app installation (Server)
Operational
The ability to discover, install, and manage apps inside of Atlassian's Server products (Jira, Confluence, Bitbucket, Bamboo, Fisheye / Crucible, Hipchat)
Notifications
Operational
Example notifications include newly posted reviews and new version creation
Private listings
Operational
Reporting APIs and dashboards
Operational
Marketing attribution reports are now operational.
Search
Operational
Vendor management
Operational
Vendor Home Page
Operational
Authentication and user management
Operational
Support
Operational
Atlassian Support contact form
Operational
Developer community
Operational
https://community.developer.atlassian.com
Developer service desk
Operational
Jira Service Desk project accessible at http://go.atlassian.com/developer-support
Marketplace service desk
Operational
Jira Service Desk project accessible at http://go.atlassian.com/marketplace-support
Atlassian Support
Operational
Vulnerability management [AMS]
Operational
It uses a bit of a custom CSS and the configuration on the page looks like this:
It all starts with Configuration definition and that looks like this:
You can see it is very simple, no authentication is used and we just read the whole page from http://status.marketplace.atlassian.com/
Then we do some "magic" with selectors to select only the bits we are interested in
And the selector for ConfiDoc Excerpt macro looks like this
div class="components-container one-column"
We just take in the contents from this "DIV" element
This is how the ConfiDoc Excerpt macro looks like in the config mode
With a bit of custom CSS we can make it more readable on our page (see live example on top of the page)