# How to integrate Jira Cloud with Hivel

1. Log in to your Hivel account.
2. In the left panel, select **Settings**, and go to the **Integrations** tab.
3. Find the Jira card and click the **'Connect'** button.<br>

   <figure><img src="/files/JW0VBuUTOqbSAJsNrGGp" alt="" width="270"><figcaption></figcaption></figure>
4. In the pop-up, paste the link of your Jira domain and press "Enter" key. A link to Jira application page will be generated. Click on the link.<br>

   <figure><img src="/files/FHWPxTEZioHF4uihF4jF" alt="" width="563"><figcaption></figcaption></figure>
5. You'll be redirected to your Jira account. Click on **Create Link.**
6. Select **Direct Application Link** and paste our application's link - [<mark style="color:purple;">https://app.hivel.ai</mark>](https://app.hivel.ai/dashboard/cto). Click on continue.<br>

   <figure><img src="/files/8tbKyACQtrfG0Y9nakjz" alt="" width="375"><figcaption></figcaption></figure>
7. Copy the **Application Name** from Hivel's integration page and paste in the recent pop-up in Jira. Select **Application Type** as "Generic Application". Click on continue.<br>

   <figure><img src="/files/SJarH066VldGFzLy2PgG" alt="" width="563"><figcaption><p><em>From Hivel's integration page</em></p></figcaption></figure>

   <figure><img src="/files/0cDxX7d2GNfY7J9Ldes8" alt="" width="311"><figcaption><p><em>Jira pop-up</em></p></figcaption></figure>
8. A new entry will be added in the Jira Application Link page. Click on the 3 dots in the new entry and select Configure.
9. Go to **Incoming Authentication.**<br>

   <figure><img src="/files/CSk3bf7oFGc04HXbnf2U" alt="" width="563"><figcaption></figcaption></figure>
10. Copy the **Consumer Key**, **Consumer Name**, **Public Key**, and **Redirection Link** from Hivel integration page and paste in the Incoming Authentication tab in Jira. Then, hit “Save”.

    <figure><img src="/files/7ZvwwXRvs0jDbwPFj7z2" alt="" width="375"><figcaption></figcaption></figure>
11. Go back to the Hivel's integration page and click on **Submit.** In case an error pops up, please repeat the above processes again.\
    If everything is set up correctly, it will get connected.
12. The next step is to **create a webhook** for ongoing data, and for that
    1. Open a new tab and log in to your Jira application using the same admin credentials
    2. Top Right corner-> **Settings** -> **System**
    3. On the Left panel -> **Webhooks**
    4. Top Right -> **Create webhook**
    5. Now use the below details in the form:
       1. **Name:** Hivel
       2. **URL**- [<mark style="color:purple;">https://app.hivel.ai/jiraapi/webhook/process</mark>](https://app.insightly.ai/jiraapi/webhook/process)​
       3. **Events:**
          1. *Issue related events*
             1. **JQL: All issues**
             2. **Issue** (select checkboxes) : created, updated, deleted
          2. *User related events*
             1. **User** (select checkboxes) : created, deleted, updated
          3. *Jira Software related events*
             1. **Sprint** (select checkboxes)**:** deleted, updated, started, closed
    6. Ensure Name, URL, and events are all checked. Click on **Create.**

Done! Data will be refreshed within 24 hours.

{% hint style="info" %}
***Note:*** Make sure to connect Jira with the **admin account**.
{% endhint %}

For any issues or assistance, feel free to reach us at [<mark style="color:purple;">support@hivel.ai</mark>](mailto:support@hivel.ai).


---

# 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.hivel.ai/integrations/project-management/jira/how-to-integrate-jira-cloud-with-hivel.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.
