> ## 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 Cloud

> Integrate with Jira Cloud to sync Wirespeed cases with your team

## Integrate Wirespeed with Jira Cloud

1. Login to Wirespeed and navigate to Integrations > [**Add Integration**](https://app.wirespeed.co/settings/integrations?tab=browse)
2. Select **Jira Cloud** and click **Integrate**
3. A new tab will open in which Wirespeed is requesting permission to read and write Jira issues
4. Click **Accept** to grant Wirespeed access to your Jira instance
5. Navigate back to Wirespeed and refresh the [integrations](https://app.wirespeed.co/settings/integrations) page
6. Click on the newly added "Jira Cloud" integration
7. A configuration modal will open, prompting you to select:
   1. the Jira **cloud**
   2. the Jira **project**
   3. the Jira **issue type**
8. Click **Save**

## 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 your Jira Cloud administrative settings.

1. Login to Wirespeed and navigate to [**Integrations**](https://app.wirespeed.co/settings/integrations) > Select your created Jira Cloud integration > **Configure**
2. Copy the webhook URL
3. Login to your **Jira Cloud**
4. Open the Command Palette (`cmd+K` on Mac, `ctrl+K` on Windows) and type `webhook`
5. Select the System Settings > **Go to Webhooks** option
6. Click **Create a webhook**
7. Provide the webhook URL from Step 3
8. Under **Issue related events**, enter the JQL expression `summary~"WSPD-*"` to filter only Wirespeed cases
9. Select **Issue updated** and **Comment created** for the event
10. Click **Create**
