# From Jira events

Suppose users want to trigger a pipeline or release on the occurrence of any event in any project in JIRA, they can create a webhook using the webhook type as **JIRA**.\
\
**Steps to create a JIRA Webhook**

**Pre-requisites:**

* An active JIRA account with projects, needs to have the PAT which can be entered while creating JIRA integrations

**Steps**

1. On click of the **create webhook** button, a modal window appears in which we can enter the details for webhook creation

<figure><img src="/files/egaGCrI73SkFEYy9t5y0" alt=""><figcaption></figcaption></figure>

2. Now we need to select the Webhook Type as JIRA from the **Webhook Type** dropdown

<figure><img src="/files/MuTi4DvRbEcpWrEm9z49" alt=""><figcaption></figcaption></figure>

3. After selecting the webhook type as JIRA, users are provided an option to select the integration for which they want to create the webhooks

<figure><img src="/files/54syemFTNWnCeuq0koT3" alt=""><figcaption></figcaption></figure>

4. After the integrations are selected, users are provided with a dropdown showing the list of projects that are present in the selected integration, based on their preference users can select the project

<figure><img src="/files/PIYfgWtbYZFwpuZoygrR" alt=""><figcaption></figcaption></figure>

5. After this users can enter the resolution column name as per their preference

<figure><img src="/files/fyxujDbkytCqp9MF5vgb" alt=""><figcaption></figcaption></figure>

6. Once all the options are entered and selected the **Save** button will be enabled and users can click on Save to create the Jira webhook

<figure><img src="/files/ti7M0JklI2BZEF6shACq" alt=""><figcaption></figcaption></figure>

7. Once the webhook is created it is shown in the webhook list view, where users can edit the Jira webhook and verify from the webhook type that it is a Jira webhook.

<figure><img src="/files/y6sazujZJz7bQVSIQxcd" alt=""><figcaption></figcaption></figure>


---

# 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.ozone.one/ozone-end-user-guide/documentation/ci-cd/triggers/triggering-a-pipeline-and-or-a-release-run/from-jira-events.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.
