openstatus logoPricingDashboard

How to Migrate from Atlassian Statuspage to openstatus

Mar 27, 2026 | by openstatus | [alternative]

Atlassian Statuspage has been a reliable choice for communicating service status for years. But as teams grow, the pricing gets steep, monitoring remains a separate concern, and customization options stay limited. Openstatus offers a modern, open-source alternative with built-in synthetic monitoring, unlimited team members, and a one-click importer that brings your existing data along.

This guide walks through migrating your Statuspage account to openstatus, including what gets imported, what does not, and what to do after the migration is complete.

For background on why we built the importer, see the announcement blog post.

What Gets Imported

Openstatus reads from the Statuspage REST API and maps your data as follows.

Field Mapping

Statuspage ResourceStatuspage Fieldopenstatus Resourceopenstatus FieldNotes
PagenameStatus Pagetitle
Pagepage_descriptionStatus Pagedescription
PagesubdomainStatus Pageslug
PagedomainStatus PagecustomDomain
ComponentnameComponentnameImported as static type
ComponentdescriptionComponentdescription
ComponentpositionComponentorder
Component GroupnameComponent GroupnameChild components linked automatically
IncidentnameStatus Reporttitle
Incidentincident_updatesStatus Report Updatesmessage, status, dateAll updates preserved in chronological order
Incidentpostmortem_bodyStatus Report UpdateAppended to last updateAppended with a separator and "Postmortem" heading
IncidentcomponentsStatus ReportComponent linksLinked by matching source component IDs
Scheduled IncidentnameMaintenancetitleIncidents with scheduled_for become maintenances
Scheduled Incidentscheduled_forMaintenancefrom
Scheduled Incidentscheduled_untilMaintenancetoFalls back to scheduled_for if absent
Scheduled Incidentincident_updatesMaintenancemessageAll update bodies concatenated
SubscriberemailSubscriberemailOnly email mode subscribers are imported
SubscribercomponentsSubscriberComponent scopePer-component subscriptions preserved

Incident Status Mapping

Statuspage Statusopenstatus Status
investigatinginvestigating
identifiedidentified
monitoringmonitoring
resolvedresolved
scheduledinvestigating
in_progressinvestigating
verifyingmonitoring
completedresolved

Caveats

  • Components are imported as "static" type. Statuspage does not expose monitor configurations via its API. After import, you can connect an openstatus monitor to any component.
  • Component groups are preserved. Groups and their child component relationships are maintained during import.
  • Incidents include all updates. Every incident_update is imported chronologically. If a postmortem body exists, it is appended to the last update with a Markdown separator.
  • Scheduled incidents become maintenances. Any incident with a scheduled_for timestamp is imported as a maintenance rather than a status report.
  • Only email subscribers are imported. SMS, Slack, and webhook subscribers are skipped. The importer displays a warning with the count of skipped subscribers during preview.
  • Monitors are not imported. The Statuspage API does not expose monitor configurations.
  • Multi-page accounts require a Page ID. If your Statuspage account has multiple pages, provide the Page ID to target a specific page. You can find it in the Statuspage URL or via the API.

Step-by-Step Walkthrough

1. Get Your Statuspage API Key

Log in to your Atlassian Statuspage account. Navigate to Manage Account and then API. Copy your API key.

If your account has multiple pages, also note the Page ID for the page you want to import. You can find it in the URL when viewing the page in the Statuspage dashboard (e.g., manage.statuspage.io/pages/<page_id>).

Atlassian Statuspage API settings page showing organization API keys and Page IDs
Atlassian Statuspage API settings page showing organization API keys and Page IDs

2. Open the Import Tool

In your openstatus dashboard, navigate to Status Pages and select the target status page (or create one first). Open the Components tab and scroll down to the Import section.

Select Atlassian Statuspage as the provider. Paste your API key. If applicable, enter your Page ID.

Click Preview. The importer fetches your data from the Statuspage API and displays a summary:

  • Number of components and component groups
  • Number of incidents and maintenances
  • Number of email subscribers
  • Warnings for any skipped resources (e.g., SMS or Slack subscribers)

Review the summary before proceeding. Toggle which resource types you want to import: components, incidents, maintenances, and subscribers. Click Import to start.

openstatus import form for Atlassian Statuspage with preview summary and import toggles
openstatus import form for Atlassian Statuspage with preview summary and import toggles

After the Import

Once your data is in openstatus, there are a few steps to finish the migration.

Connect Monitors to Components

Imported components have no monitor attached because Statuspage does not expose monitor configurations. For each component that should reflect live uptime data:

  1. Create an openstatus monitor (HTTP, TCP, or other supported check type).
  2. Link the monitor to the component in the component settings.

Verify Subscriber Data

Imported email subscribers are marked as confirmed. Verify that your subscriber list is complete by comparing counts between Statuspage and openstatus.

Update DNS for Your Custom Domain

If you use a custom domain for your status page, update your DNS records to point to openstatus instead of Statuspage. Refer to the openstatus documentation on custom domains for the required DNS configuration.

Decommission Statuspage

After verifying that everything is working correctly on openstatus, you can cancel your Atlassian Statuspage subscription. Consider keeping the old page in read-only mode for a transition period so that any bookmarked URLs still resolve.

Further Reading