# Jira Cloud Alert Source

Follow the steps below to configure a service so as to push related alert data from Jira onto Squadcast.

Squadcast will then process this information to create incidents for this service as per your preferences.

{% hint style="info" %}
**Pre-requisites**

1. A valid Squadcast cloud / On-Premise subscription
2. A user account in JIRA Cloud with Administrator privileges
   {% endhint %}

### Using Jira as an Alert Source in Squadcast

1. Navigate to **Services** -> **Service Overview** -> select or search for your Service. Expand the accordion -> In the Alert Sources section, click **Add**.

![](/files/ej4AI9zpOyFu5NZJCbwC)

2\. Select **Jira Cloud**. Copy the displayed **Webhook URL** to [configure](#create-a-squadcast-webhook-in-jira-cloud) it within **Jira Cloud.** Finish by clicking **Add Alert Source** -> **Done.**

![](/files/Hf29eaRQu5c58Qj97Uj9)

{% hint style="warning" %}
**Important:**

When an alert source turns Active, it’ll show up under Configured Alert Sources, you can either generate a test alert from the integration or wait for a real-time alert to be generated by the Alert Source. An Alert Source is active if there is a recorded incident via that Alert Source for the Service.
{% endhint %}

### Create a Squadcast Webhook in Jira Cloud

1. Login to Jira Cloud and go to **Settings** in left-side pannel.

![](/files/YkuRXHVm72C0wX6tHARS)

2.Go to **System** under **Jira Settings**

![](/files/rZTmgseukzQJhiZT7p4E)

3.Click on the **WebHook** tab under the **Advanced** Section.

![](/files/iGjVGhihQznVW9HswMVs)

4.Click on **Create a Webhook**.

![](/files/zS58S8MAeE438fz4uRMH)

5\. Paste the **Jira Cloud Webhook URL** copied from Squadcast Dashboard in the **URL** field and check the **created** And **updated** check boxes under issues. Click on **Create** to finally save the webhook.

![](/files/OLVBlasRCMqupBPRBO61)

{% hint style="warning" %}
**Important:**

\
If you are using both Jira as an alert source and Jira Cloud extension, sometimes it might cause duplicate ticket/incident loops depending on your configuration. In order to prevent that, please add this condition <mark style="color:red;">`reporter.displayName != "Squadcast"`</mark> to your JQL query configuration under your Jira Webhook configuration for Squadcast alert source.

<img src="/files/b5FCUHqYhHoz8pH7Tkoy" alt="" data-size="original">
{% endhint %}

{% hint style="info" %}
**Note**

Enable only the highlighted **Issue related events** as shown in the screenshot above. Squadcast will ignore any other Issue event type.
{% endhint %}

Now whenever an issue goes to status-category with key **new** in Jira, an incident will be triggered in Squadcast. Also when that issue goes to status-category with key **done** in Jira, it will be resolved in Squadcast.

*Have any questions?* [*Ask the community*](https://community.squadcast.com/view/home)*.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.squadcast.com/integrations/alert-source-integrations-native/jira_cloud_alert_source.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
