> ## 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 Server / Data Center

> Connect Parable to self-hosted Jira Server or Data Center

# Jira Server / Data Center

Self-hosted Jira for organizations requiring on-premises deployment with full control over infrastructure and data.

## What You Can Access

<CardGroup cols={2}>
  <Card title="Issues & Projects" icon="list-check">
    Issues, projects, sprints, boards
  </Card>

  <Card title="Users" icon="users">
    User profiles, permissions
  </Card>
</CardGroup>

## Authentication Methods

<CardGroup cols={1}>
  <Card title="Personal Access Token" icon="key" href="/connectors/atlassian/jira/server/personal-access-token/setup">
    **Recommended** — Secure token-based authentication (requires Jira 8.14+).
  </Card>
</CardGroup>

<Info>
  For Jira Server versions prior to 8.14, Basic Authentication with username/password is supported as a fallback.
</Info>
