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

# Jira Data Center

## Overview

<CardGroup cols={3}>
  <Card title="Pre-built tooling" icon="screwdriver-wrench" href="#pre-built-tooling" />

  <Card title="Pre-built integrations" icon="square-check" href="#pre-built-integrations" />

  <Card title="Access requirements" icon="triangle-exclamation" href="#access-requirements" />

  <Card title="Setup guide" icon="rocket" href="#setup-guide" />

  <Card title="Useful links" icon="circle-info" href="#useful-links" />

  <Card title="API gotchas" icon="biohazard" href="#api-gotchas" />
</CardGroup>

## Pre-built tooling

<AccordionGroup>
  <Accordion title="✅ Authorization">
    | Tools                           | Status |
    | ------------------------------- | ------ |
    | Pre-built authorization (OAuth) | ✅      |
    | Credentials auto-refresh        | ✅      |
    | Auth parameters validation      | ✅      |
    | Pre-built authorization UI      | ✅      |
    | Custom authorization UI         | ✅      |
    | Expired credentials detection   | ✅      |
  </Accordion>

  <Accordion title="✅ Read & write data">
    | Tools                                     | Status                         |
    | ----------------------------------------- | ------------------------------ |
    | Pre-built integrations                    | 🚫 (time to contribute: \<48h) |
    | API unification                           | ✅                              |
    | 2-way sync                                | ✅                              |
    | Webhooks from Nango on data modifications | ✅                              |
    | Real-time webhooks from 3rd-party API     | 🚫 (time to contribute: \<48h) |
    | Proxy requests                            | ✅                              |
  </Accordion>

  <Accordion title="✅ Observability & data quality">
    | Tools                   | Status |
    | ----------------------- | ------ |
    | HTTP request logging    | ✅      |
    | End-to-end type safety  | ✅      |
    | Data runtime validation | ✅      |
    | OpenTelemetry export    | ✅      |
    | Slack alerts on errors  | ✅      |
    | Integration status API  | ✅      |
  </Accordion>

  <Accordion title="✅ Customization">
    | Tools                              | Status                         |
    | ---------------------------------- | ------------------------------ |
    | Create or customize use-cases      | ✅                              |
    | Pre-configured pagination          | 🚫 (time to contribute: \<48h) |
    | Pre-configured rate-limit handling | 🚫 (time to contribute: \<48h) |
    | Per-customer configurations        | ✅                              |
  </Accordion>
</AccordionGroup>

*No pre-built syncs or actions available yet.*

<Tip>Not seeing the integration you need? [Build your own](/guides/functions/functions-guide) independently.</Tip>

## Access requirements

| Pre-Requisites    | Status         | Comment                                                                                                                                            |
| ----------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Paid dev account  | ⚠️ Conditional | Jira Data Center requires a license. You can [start a free trial](https://www.atlassian.com/software/jira/data-center/free-trial) for development. |
| Paid test account | ⚠️ Conditional | Same as above.                                                                                                                                     |
| Partnership       | ✅ Not required |                                                                                                                                                    |
| App review        | ✅ Not required |                                                                                                                                                    |
| Security audit    | ✅ Not required |                                                                                                                                                    |

## Setup guide

<Steps>
  <Step title="Set up Jira Data Center">
    1. Ensure you have a running Jira Data Center instance. If not, you can:
       * [Start a free trial](https://www.atlassian.com/software/jira/data-center/free-trial)
       * [Install Jira Data Center](https://confluence.atlassian.com/adminjiraserver/installing-jira-data-center-938846870.html)
    2. Make sure you have administrator privileges on your Jira Data Center instance.
  </Step>

  <Step title="Create an incoming link">
    1. Log in to your Jira Data Center instance as an administrator.
    2. Navigate to **Administration** > **Applications** > **Application links**.
    3. Select **Create link**.
    4. Select **External application** and then choose **Incoming** as the direction.
    5. Fill in the details as described in the sections below.
  </Step>

  <Step title="Provide application details">
    In the application details section:

    1. Enter a descriptive name for your application.
    2. For the **Redirect URL**, enter `https://api.nango.dev/oauth/callback`.

    Note: This is the URL where users will be redirected after authorizing your application.
  </Step>

  <Step title="Configure application permissions">
    Select the appropriate permission scopes for your integration:

    * **READ**: View projects and issues the user can view, including related items like dashboards, filters, attachments, or comments.
    * **WRITE**: Create, update, and delete projects and issues the user can change, including related items.
    * **ADMIN**: Perform most administrative functions on the entire Jira instance.
    * **SYSTEM\_ADMIN**: Perform all administrative functions on the entire Jira instance.

    Note: Choose only the scopes your application needs. Higher-level scopes automatically include lower-level ones (e.g., WRITE includes READ).
  </Step>

  <Step title="Obtain OAuth credentials">
    1. After creating the incoming link, you'll receive your OAuth credentials:
       * **Client ID**: The identifier for your application
       * **Client Secret**: The secret key for your application

    2. Store these credentials securely as you'll need them to configure your integration in Nango.
  </Step>

  <Step title="Configure your integration in Nango">
    When setting up your Jira Data Center integration in Nango:

    * Use your **Client ID** and **Client Secret** from the previous step
    * For the authorization URL, use: `https://[your-jira-instance]/rest/oauth2/latest/authorize`
    * For the token URL, use: `https://[your-jira-instance]/rest/oauth2/latest/token`
    * Replace `[your-jira-instance]` with your actual Jira Data Center instance URL
  </Step>

  <Step title="Test the OAuth flow">
    1. After configuring your integration in Nango, test the OAuth flow to ensure it works correctly.
    2. The authorization flow will redirect users to Jira where they can approve access to their account.
    3. After approval, users will be redirected back to your application with an authorization code.
    4. This code will be exchanged for access and refresh tokens.
  </Step>

  <Step title="Next">
    Follow the [*Quickstart*](/getting-started/quickstart).
  </Step>
</Steps>

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## Useful links

* [How to create an incoming Application Link](https://confluence.atlassian.com/adminjiraserver/configure-an-incoming-link-1115659067.html)
* [OAuth related docs](https://confluence.atlassian.com/adminjiraserver/jira-oauth-2-0-provider-api-1115659070.html)
* [List of OAuth scopes](https://confluence.atlassian.com/adminjiraserver/jira-oauth-2-0-provider-api-1115659070.html#JiraOAuth2.0providerAPI-scopes)
* [Jira Data Center API docs](https://docs.atlassian.com/software/jira/docs/api/REST/9.14.0/)

<Note>Contribute useful links by [editing this page](https://github.com/nangohq/nango/tree/master/docs/integrations/all/jira-data-center.mdx)</Note>

## Common Scopes

The list of scopes supported by the Jira Data Center API can be found in the [Provider API scopes documentation](https://confluence.atlassian.com/adminjiraserver/jira-oauth-2-0-provider-api-1115659070.html#JiraOAuth2.0providerAPI-scopes)

## API gotchas

<Note>Contribute API gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs/integrations/all/jira-data-center.mdx)</Note>
