# Jira Webhook Integration:

### Step 1: Sign in as Admin into Jira account

To initiate the integration process, begin by logging into your Jira account as an administrator. This ensures you have the necessary permissions to configure webhooks.

### Step 2: Go to Settings > System > Webhooks

Navigate to the "Settings" icon from the top right corner, then select "System," from the dropdown and finally click on "Webhooks." from the left menu. This is where you'll access the configuration settings for webhooks within your Jira system.<br>

<figure><img src="https://lh4.googleusercontent.com/-6dDfXUffz4XMcExwSkCTA3qtTGI3YCLwnuShBAsCbRy2YL9aD5lUlLGf6fqM9nlLpU3QhnMGAozSSuyq8hhqblDxTMQmin7ImYpLwsjroEowguVz9fH3Ef-fobtMwxBqaeWbrvILTnh9qOxEOrDAXw" alt=""><figcaption></figcaption></figure>

### Step 3: Click on “Create a Webhook”

Within the Webhooks section, locate and click on the "Create a Webhook" option. This action will open a new page where you can specify the details of your webhook configuration.

<figure><img src="https://lh3.googleusercontent.com/n_hJd246yCr0OrSi0vZBG3GH4s3JOmPWMy_v1BiPRNmnhXBJkvOdJlHav1pUY0A_35ENUCpwG7FpSYti06cwN5_x1PFUTi33XEWvlXmVBGtOeF2GHhZDd0mFMfd8R9w_zPev1dBYYslTzmZw3PlMVlE" alt=""><figcaption></figcaption></figure>

### Step 4: Add the following CloudDefense.AI URL on the Webhooks

1. Replace the default URL with “<https://acs-backend.clouddefenseai.com/jira-webhook/fetchLatestTicketInformation>”
2. Select the checkboxes highlighted in the screenshot below<br>

<figure><img src="https://lh4.googleusercontent.com/2ZrkmkI1g6rmE2Ofl-oYjbJifykdbXbqP5i-GR_vWYvRgfjJm98I0-hF-FL1WDLcXQMdvSwliJ3ZvHs97xp5V_48bt9wANAuziZVmgLIwYGIAFMAml8I_Jdul__OMQkc98n7pfm_TQY8O_NA7dAhH-o" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://docs-acs.clouddefenseai.com/others/global-administration/jira-webhook-integration.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.
