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

# Jira Data Center

> Integrate with Jira Data Center to sync Wirespeed cases with your team

## Create an Application Link

You may also use [Jira's documentation](https://confluence.atlassian.com/adminjiraserver/configure-an-incoming-link-1115659067.html) for creating the application link.

1. Login to your **Jira Data Center** instance
2. Go to Administration > Application > **Application Links**
3. Select **Create Link**
4. Select **External Application**, and then choose **Incoming** as the direction
5. Provide Write and Read permissions
6. Provide `https://api.wirespeed.co/integration/oauth/redirect` as the callback URL
7. Save the Client ID and Client Secret
8. Login to Wirespeed and navigate to Integrations > [**Add Integration**](https://app.wirespeed.co/settings/integrations?tab=browse) > **Jira Data Center**
9. Provide your Client ID and Client Secret
10. Provide the URL of your Jira Data Center instance
11. Select **Add Integration**
12. Complete the configuration steps
    <Info>After adding the integration, if you need to authenticate via an intermediate firewall, expand the Advanced Options, provide the required header (cannot be `Authorization`), click save, then complete the other required fields.</Info>

## Add a Webhook

If you would like to ensure that cases are closed in Wirespeed when their associated Jira issue is closed, you need to set up webhooks in Jira Data Center.
You may also use [Jira's documentation](https://developer.atlassian.com/server/jira/platform/webhooks/) for steps 4-10.

1. Login to Wirespeed and navigate to [**Integrations**](https://app.wirespeed.co/settings/integrations) > Select your created Jira Data Center integration > **Configure**
2. Save the webhook URL
3. Login to your Jira Data Center instance
4. Go to Jira administration console > System > Webhooks (in the Advanced section)
5. Click **Create a webhook**
6. Provide the webhook URL from Step 2
7. Provide the JQL expression `summary~"WSPD-*"` to filter only Wirespeed cases
8. Select **Issue updated** for the event
9. **Create**
