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

# Jira Server and Data Center

> Keep incident tickets and follow-ups in step with your planned work in self-hosted Jira.

The Jira Server integration works with self-hosted Jira, covering both Jira Server and Jira Data Center. It's separate from the [Jira](/integrations/jira) integration, which connects to Jira Cloud.

Connect using [basic authentication](#basic-authentication) or an [application link](#application-link) from **Settings → Integrations → Jira Server**. Once connected, export follow-ups as Jira issues, create tickets to represent incidents, and use Jira projects, users, and priorities in your catalog.

***

## Prerequisites

Before you start, make sure you have:

* **Jira administrator access**, to create the application link or the service account.
* **A route from incident.io to your Jira instance**. See [Network access](#network-access) for the options.

## Choose an authentication method

| Method                       | What it needs                                                     | Choose it when                                                                                |
| ---------------------------- | ----------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| Basic authentication         | A Jira service account, and its username and password             | You want the quickest setup, and you're happy for us to store the account's credentials       |
| Application link (OAuth 1.0) | An incoming application link in Jira, created by an administrator | You'd rather we didn't store credentials, or your Jira has password authentication turned off |

### Basic authentication

incident.io acts as the service account in Jira, so anything it does shows up as that user. Give the account permission to browse projects, and to create, edit, assign, and link issues in the projects you plan to use.

1. Select **HTTP Basic Authentication**
2. Enter your Jira base URL, then the service account's username and password

### Application link

An application link authenticates with OAuth 1.0 and avoids storing a set of credentials in incident.io. The connect dialog generates a consumer key and public key for your account, which you paste into Jira when you create the link.

1. Select **Application Link (OAuth 1)** and follow the steps shown, which include the values to paste into Jira
2. Enter your Jira base URL and select **Connect** to authorize the link in Jira

## Sync changes back from Jira

Register a webhook in Jira so updates to exported issues reach incident.io quickly. See [Setting up a webhook in Jira Server](/integrations/jira-server-webhook).

## Network access

How you connect depends on where your Jira runs:

* **Reachable from the internet**: allow inbound traffic from [our IP addresses](/integrations/ip-allowlist).
* **Private network**: route our requests through a [proxy](/integrations/proxy) instead of exposing the instance.
* **Internal certificate authority**: paste your CA certificate into the connect dialog so we trust the certificate Jira presents.
