AtlasWork, planned itself.

The AI-native, all-in-one work platform. Tasks, projects, CRM, contracts, and analytics in one calm workspace.

All systems operational
  • SOC 2 II
  • ISO 27001
  • HIPAA
  • GDPR

Product

  • Overview
  • PDF tools
  • Diagram tools
  • People & HR
  • Integrations
  • Marketplace
  • Pricing

Resources

  • Guides
  • Glossary
  • Compare
  • Docs
  • API reference
  • Support
  • Changelog
  • Status

Company

  • About
  • Careers
  • Press
  • Contact

Legal & trust

  • Trust center
  • Security
  • Privacy
  • Terms
  • DPA
  • GDPR
  • SLA
  • Refunds
  • Google API data
Atlas, a product by wrxstack.com·© 2026 wrxstack·All rights reserved
PrivacyTermsSecurityStatus
Skip to documentation
Docs
Back to Atlas

Start here

  • Overview

Developer

  • REST API guide
  • Authentication
  • API reference
  • MCP (AI agents)
  • SDKs
  • Quick actions

Webhooks

  • Overview
  • Quickstart
  • Events
  • Payloads and headers
  • Security and signing
  • Delivery and retries
  • Managing via API

Connect

  • Connectors
  • Integrations

Product

  • Collaboration and chat

Reference

  • Glossary
  • Keyboard shortcuts
  • Module reference
Jira logo

Work management

Jira

Connect Jira Cloud or Data Center so Jira issues, sprints, and statuses flow into Atlas project intelligence.

AuthOAuth 2.0UpdatesReal-timeAvailable

What this connector does

  • Sync projects, boards, sprints, and issues into Atlas.
  • Reflect status, assignee, and label changes both directions after mapping approval.
  • Convert Jira issues into Atlas tasks without exposing private description bodies.
  • Listen for issue events so timelines stay live.

Before you begin

  • You are a Jira site administrator.
  • You have the workspace cloudid or, for Data Center, the base URL.
  • You have a sandbox project for first validation.

Get your credentials

1

Open the Atlassian developer console

Sign in with the site admin account. developer.atlassian.com console

2

Create an OAuth 2.0 (3LO) app

Click Create, OAuth 2.0 integration, and name it Atlas Connector.

3

Add the Atlas callback URL

In Authorization, set Callback URL to https://YOUR-ATLAS-HOST/oauth/callback/jira.

4

Add Jira scopes

In Permissions, add Jira API and request the scopes listed below.

5

Copy the client id and secret

In Settings, copy the Client ID and Secret into the Atlas Jira connector settings page.

Required scopes and permissions

Read Jira workread:jira-work
Write Jira workwrite:jira-work
Read user identityread:me
Refresh tokens offlineoffline_access

Setup checklist

  1. Create the provider app in a sandbox or development workspace.
  2. Add the Atlas redirect URL to the provider app configuration.
  3. Copy the client id, client secret, or API key.
  4. Paste the credentials into the Atlas connector settings page.
  5. Click Connect and complete the provider sign-in screen.
  6. Run Test connection from the connector page to verify health.

Troubleshooting

  • invalid_grant

    The OAuth code expired. Retry the connect flow.

  • No accessible resources

    The user who completed OAuth has no Jira site access. Sign in as a site admin.

  • Data Center webhooks not arriving

    Confirm the Atlas hostname is on the allowlist in Jira Administration, System, Outgoing Mail / Webhooks.

Webhooks

Atlas creates per-project webhooks on Jira Cloud and validates the Atlassian-Webhook-Identifier header on every event.

Events Atlas listens for

  • Issue created
  • Issue updated
  • Comment created
  • Sprint started or closed

Provider docs: https://developer.atlassian.com/cloud/jira/platform/webhooks/

Disconnect and data deletion

  1. Click Disconnect on the Atlas Jira connector page.
  2. Open Atlassian Account, Connected apps and revoke Atlas Connector.
  3. Atlas removes per-project webhook subscriptions on disconnect.

Once you have the credentials above, paste them into the live connector page to finish connecting Jira.

Open the Jira connector page

On this page

  • What this connector does
  • Before you begin
  • Get your credentials
  • Required scopes and permissions
  • Setup checklist
  • Troubleshooting
  • Webhooks
  • Disconnect and data deletion