Staff Pick

๐Ÿ“ก Monitor your APIs โ€” know when they go down before your users do

Better Stack checks uptime every 30 seconds with instant Slack, email & SMS alerts. Free tier available.

Start Free โ†’

Affiliate link โ€” we may earn a commission at no extra cost to you

Blog/Jira Status Guide

Jira Status: How to Check If Jira Is Down Right Now (2026)

Where to find the official Jira and Atlassian status page, what each component means, and how to diagnose Jira Software, Jira Service Management, Confluence, and API issues.

Updated: June 2026ยท8 min readยทBy API Status Check

Is Jira Down Right Now?

Check status.atlassian.com for Atlassian Cloud status across all products, or jira-software.status.atlassian.com specifically for Jira Software.

Atlassian Status Pages: Which One to Check?

Atlassian runs separate status pages for each product. Here's where to go for each:

Jira Software
Sprints, boards, issues, backlogs, roadmaps
jira-software.status.atlassian.com โ†’
Jira Service Management
IT service desk, incident management, ITSM
jira-service-management.status.atlassian.com โ†’
Confluence
Wiki, documentation, team spaces
confluence.status.atlassian.com โ†’
Bitbucket
Git repositories, pipelines, pull requests
bitbucket.status.atlassian.com โ†’
Atlassian Cloud (all)
Overview of all Atlassian Cloud products and shared infrastructure
status.atlassian.com โ†’

Key insight: Jira Software and Jira Service Management share infrastructure but report separately. An outage in one doesn't always affect the other. The Atlassian Access / identity service affects login across all products โ€” check it first when login fails.

๐Ÿ“ก
Recommended

Monitor your Jira project tracking independently

Better Stack checks your Jira API endpoints every 30 seconds. Know about Atlassian outages before your sprint planning is disrupted.

Try Better Stack Free โ†’

Jira Software Status Components

The Jira Software status page tracks these components:

Jira Software
Core issue tracking and project management
Atlassian Access
Identity, SSO, and authentication service
Jira Automation
Workflow automation rules and triggers
REST API
Jira REST API for integrations and scripts
Jira Roadmaps
Advanced Roadmaps planning views
Notifications
Email and in-app notification delivery
Attachments / Media
File attachments and inline images on issues
Search (JQL)
JQL issue search and board filter queries

How to Check Jira Status (Step by Step)

1.

Check jira-software.status.atlassian.com

The official Jira Software status page. Check per-component rows rather than just the banner. Also check status.atlassian.com for shared Atlassian infrastructure issues affecting all products.

Go to Jira Status Page โ†’
2.

Query the Atlassian Statuspage API

For programmatic monitoring, the Jira Software status API returns machine-readable JSON.

curl https://jira-software.status.atlassian.com/api/v2/status.json curl https://jira-software.status.atlassian.com/api/v2/components.json
3.

Test the Jira REST API

If you use the Jira API, test connectivity with a simple request to your site's REST endpoint.

curl -u user@example.com:API_TOKEN \ https://yoursite.atlassian.net/rest/api/3/myself
4.

Check Atlassian's Twitter / X

Atlassian posts incident updates on @AtlassianOps and @Jira. Search "Jira down" or "Atlassian down" on Twitter for crowd-sourced reports.

Follow @AtlassianOps โ†’
5.

Try incognito mode or a different browser

Browser extensions (especially ad blockers) frequently break Jira's UI. Test in a private/incognito window โ€” if Jira works in incognito, an extension is the cause.

Common Jira Issues and Causes

SymptomLikely CauseFirst Check
Can't log in to JiraAtlassian Access incident or SSO issuestatus.atlassian.com โ†’ Atlassian Access; check IdP
Board not loading issuesJira Software incident or board filter errorCheck status page; check board filter config
JQL search returning wrong resultsSearch index degradation or query syntaxstatus.atlassian.com โ†’ Search; verify JQL query
Automation rules not triggeringJira Automation incident or rule conditionCheck Automation component on status page; review rule conditions
Email notifications not arrivingNotifications incident or spam filteringStatus page โ†’ Notifications; check spam folder
API returning 429Rate limiting (not an outage)Add backoff/retry; use Bulk API endpoints
Attachments not uploadingMedia service incident or file sizeStatus page โ†’ Attachments; check 250MB limit
Slow page loadsPerformance degradation incidentStatus page for "degraded performance"; check browser extensions

Jira Cloud vs Jira Data Center: Status Differences

Jira Cloud

  • Status: jira-software.status.atlassian.com
  • Hosted by Atlassian on AWS
  • Public status page with incident history
  • Atlassian handles all infrastructure
  • Auto-updates โ€” always on the latest version

Jira Data Center

  • Self-hosted โ€” no public Atlassian status page
  • Check your own server/cluster health directly
  • Your IT/ops team manages infrastructure
  • Check Jira application logs for errors
  • Atlassian support for licensing, not infrastructure

Note: Atlassian ended support for Jira Server (self-hosted, single-node) in February 2024. If you're on Jira Server, you should migrate to Cloud or Data Center.

What to Do When Jira Is Down

Immediate Steps

  • Confirm at jira-software.status.atlassian.com
  • Subscribe to email incident updates
  • Work from a local copy of your sprint notes
  • Use GitHub Issues or Linear as a temporary fallback
  • Notify your team so they know it's platform-wide

Long-Term Resilience

  • Export project data periodically via Jira backup
  • Set up independent Jira API uptime monitoring
  • Document critical sprint goals offline/in Notion
  • Add Jira + Atlassian status to team monitoring board
  • Consider GitHub Issues as a lighter fallback option
๐Ÿ“ก
Recommended

Monitor your Jira instance and API independently

Better Stack monitors your Jira REST API endpoints every 30 seconds. Know about Atlassian outages before your next sprint ceremony is disrupted.

Try Better Stack Free โ†’

Frequently Asked Questions

Where is the official Jira status page?

Jira's official status page is at jira-software.status.atlassian.com (for Jira Software specifically) or the broader Atlassian Cloud status page at status.atlassian.com. The Atlassian Cloud status page covers Jira Software, Jira Service Management, Confluence, Bitbucket, Atlassian Access, and Atlas. Atlassian also provides a per-site status check โ€” if your company site is at mycompany.atlassian.net, issues may be site-specific rather than platform-wide.

Why can't I log in to Jira?

Jira login failures have several causes: (1) Atlassian Access / identity service incident โ€” check status.atlassian.com for Atlassian Access, (2) SSO/SAML configuration issue โ€” if your organization uses Okta, Azure AD, or another IdP, verify the IdP is operational, (3) Password change or account suspension โ€” try resetting your password at id.atlassian.com, (4) Browser cookie corruption โ€” clear browser cookies for atlassian.net, (5) Corporate network blocking atlassian.net โ€” test on mobile data. If login works on mobile but not corporate Wi-Fi, your network/firewall is the issue.

Why are Jira issues not loading or boards not showing?

Jira board or issue loading failures are typically caused by: (1) Jira Software platform incident โ€” check status.atlassian.com; (2) Project permission misconfiguration โ€” the user may lack view permissions for the project; (3) Browser extension interference โ€” ad blockers or privacy extensions sometimes break Jira's React frontend; test in incognito mode; (4) Jira project schema or board filter misconfiguration โ€” check the board configuration and verify the filter returns issues; (5) Browser cache โ€” Jira caches aggressively; try Shift+Reload or clear cache.

What is the difference between Jira Software and Jira Service Management status?

Jira Software and Jira Service Management (JSM) are separate Atlassian Cloud products tracked at different URLs. Jira Software is for engineering teams tracking sprints, issues, and roadmaps. JSM is the IT service desk product (formerly Jira Service Desk). They share Atlassian's underlying infrastructure but have their own status pages: jira-software.status.atlassian.com and jira-service-management.status.atlassian.com. An incident in one product does not necessarily affect the other โ€” always check the specific product's status page.

How do I check Jira/Atlassian status programmatically?

Atlassian provides a Statuspage API for all their products. The Jira Software status API is at jira-software.status.atlassian.com/api/v2/status.json and the components endpoint at jira-software.status.atlassian.com/api/v2/components.json. The broader Atlassian Cloud status is at status.atlassian.com/api/v2/status.json. These return standard Atlassian Statuspage JSON with status fields of 'operational', 'degraded_performance', 'partial_outage', or 'major_outage'. You can also use the Atlassian REST API (api.atlassian.com) to check site-level health.

What is the Jira Cloud API rate limit?

Jira Cloud REST API rate limits are based on your Atlassian Cloud plan tier. As of 2025, Atlassian enforces a global rate limit per user token and per app (OAuth). The exact limit varies but is typically around 200-400 requests per minute per token. The API returns HTTP 429 with a Retry-After header. For heavy integrations, use Jira's Bulk API endpoints where available, paginate all list requests, and implement exponential backoff on 429 responses. Atlassian also has a 10,000 result limit per JQL query โ€” use pagination with startAt/maxResults.

Alert Pro

14-day free trial

Stop checking โ€” get alerted instantly

Next time Jira goes down, you'll know in under 60 seconds โ€” not when your users start complaining.

  • Email alerts for Jira + 9 more APIs
  • $0 due today for trial
  • Cancel anytime โ€” $9/mo after trial

Never Miss a Jira Outage Again

Monitor your Jira project tracking and API integrations with independent real-time checks โ€” before your sprint planning is disrupted.

Try Better Stack Free โ€” No Credit Card Required

Or use APIStatusCheck Alert Pro โ€” API monitoring from $9/mo

Related Status Guides

๐ŸŒ Can't Access Jira?

If Jira is working for others but not for you, it might be an ISP or regional issue. A VPN can help bypass network-level blocks and routing problems.

๐Ÿ”’

Troubleshoot with a VPN

Connect from a different region to test if the issue is local to your network. Also protects your connection on public Wi-Fi.

Try NordVPN โ€” 30-Day Money-Back Guarantee
๐Ÿ”‘

Secure Your Jira Account

Service outages are a common time for phishing attacks. Use a password manager to keep unique, strong passwords for every account.

Try NordPass โ€” Free Password Manager
Quick ISP test: Try accessing Jira on mobile data (Wi-Fi off). If it works, the issue is with your ISP or local network.

โณ While You Wait โ€” Try These Alternatives

๐Ÿ›  Tools We Use & Recommend

Tested across our own infrastructure monitoring 200+ APIs daily

Better StackBest for API Teams

Uptime Monitoring & Incident Management

Used by 100,000+ websites

Monitors your APIs every 30 seconds. Instant alerts via Slack, email, SMS, and phone calls when something goes down.

โ€œWe use Better Stack to monitor every API on this site. It caught 23 outages last month before users reported them.โ€

Free tier ยท Paid from $24/moStart Free Monitoring
1PasswordBest for Credential Security

Secrets Management & Developer Security

Trusted by 150,000+ businesses

Manage API keys, database passwords, and service tokens with CLI integration and automatic rotation.

โ€œAfter covering dozens of outages caused by leaked credentials, we recommend every team use a secrets manager.โ€

SEMrushBest for SEO

SEO & Site Performance Monitoring

Used by 10M+ marketers

Track your site health, uptime, search rankings, and competitor movements from one dashboard.

โ€œWe use SEMrush to track how our API status pages rank and catch site health issues early.โ€

From $129.95/moTry SEMrush Free
View full comparison & more tools โ†’Affiliate links โ€” we earn a commission at no extra cost to you