> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parable.work/llms.txt
> Use this file to discover all available pages before exploring further.

# Jira Cloud

> Connect Parable to Atlassian-hosted Jira Cloud

# Jira Cloud

Atlassian-hosted Jira with full API access, audit logs, and modern authentication via API tokens.

## What You Can Access

<CardGroup cols={2}>
  <Card title="Issues & Projects" icon="list-check">
    Issues, epics, sprints, and project configurations
  </Card>

  <Card title="Users & Teams" icon="users">
    User profiles, team memberships, and permissions
  </Card>

  <Card title="Workflows" icon="diagram-project">
    Workflow statuses, transitions, and configurations
  </Card>

  <Card title="Audit Logs" icon="clipboard-list">
    Administrative and security audit events
  </Card>
</CardGroup>

## Authentication Methods

<CardGroup cols={1}>
  <Card title="API Token" icon="key" href="/connectors/atlassian/jira/cloud/api-token/setup">
    **Recommended** — Basic authentication using your Atlassian account email and an API token.
  </Card>
</CardGroup>

<Info>
  A single API token can be used for both Jira and Confluence if they're in the same Atlassian organization.
</Info>
