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

# Atlassian

AccessOwl integrates with Atlassian to provision and deprovision user access across your Atlassian products, and to keep your list of Atlassian users and their permissions in sync.

The integration is configured once at the Atlassian organization level and covers the following products:

<CardGroup cols={2}>
  <Card title="Jira" href="/integrations/all/atlassian/jira" />

  <Card title="Confluence" href="/integrations/all/atlassian/confluence" />

  <Card title="Jira Product Discovery" href="/integrations/all/atlassian/jira-product-discovery" />

  <Card title="Jira Service Management" href="/integrations/all/atlassian/jira-service-management" />

  <Card title="Statuspage" href="/integrations/all/atlassian/statuspage" />
</CardGroup>

## Capabilities

<CardGroup cols={2}>
  <Card title="Provisioning" icon="user-plus">
    AccessOwl creates user accounts with the specified roles/permissions during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl deactivates users in Atlassian during access revocations.
  </Card>

  <Card title="User Sync" icon="arrows-rotate">
    AccessOwl periodically syncs a list of users along with their assigned roles/permissions.
  </Card>
</CardGroup>

## Prerequisites

* **Organization admin** access to your Atlassian organization, so you can invite the integration account and assign the org admin role.

## Setup

<Steps>
  <Step title="Add Atlassian in AccessOwl">
    Either add a new application or open Applications and click the +-symbol, then continue.
  </Step>

  <Step title="Invite the integration account to the organization">
    AccessOwl shows you the integration account's email address. In Atlassian:

    * Open **admin.atlassian.com** and go to **Directory** > **Users**.
    * Click **Invite users**.
    * Enter the integration account's email address.
    * Select the products the integration should manage (Jira, Confluence, Jira Service Management, Jira Product Discovery, Statuspage).
    * Send the invite.
  </Step>

  <Step title="Promote the integration account to Organization admin">
    Once the invite is accepted:

    * In **Directory** > **Users**, find the integration account.
    * Open the user's profile.
    * Click the **⋯** (more actions) menu and select **Assign org admin role**.

    <Note>
      The integration account needs Organization admin because it is the role with the broadest permissions for managing users, groups, and product access across all sites in the organization. Organization admin automatically grants Site Admin on every site, which is required for AccessOwl to provision and deprovision users in each product.
    </Note>
  </Step>
</Steps>
