> For the complete documentation index, see [llms.txt](https://docs.catchify.sa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catchify.sa/integration/jira-integration.md).

# Jira Integration

Catchify allows seamless integration with Jira Cloud, enabling you to push findings directly into Jira issues or link them to existing ones. This helps streamline collaboration between your security team and developers, all from within the platform.

***

### 🔌 Connect Client Portal – Jira Cloud

#### 1. Connect to Your Jira Cloud Account

* Navigate to **Settings** in the left-hand menu
* Go to **Integrations**
* Click **Connect to Jira** under the Jira Integration section

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

> You’ll be redirected to authorize Catchify with your Jira account.

#### 2. Choose a Jira Project

* Once connected, select which Jira project you want to sync with
* You can now send findings from Catchify to your chosen Jira project

<figure><img src="/files/4McYGPtUorlJBHWWPQx8" alt=""><figcaption></figcaption></figure>

![](/files/vLXUHA4vZXC1JkfgWDfs)

Your Jira Cloud account is now successfully connected!

***

### 📝 Create New Jira Ticket

#### 1. Open a Finding

* Go to the **Findings** section and select the vulnerability you want to escalate

#### 2. Click on “Create Jira Ticket”

* Choose the appropriate **issue type** (Bug, Task, etc.)
* The title and description fields will be pre-filled, adjust as needed

#### 3. Click **Create**

* The finding will now appear in Jira and will be traceable from Catchify

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

***

### 🔗 Link to Existing Jira Ticket

#### 1. Open the Finding

* Navigate to the relevant finding in Catchify

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

#### 2. Click "**Link to Existing Ticket"**

* Type in the **title or key** of the existing Jira issue (`SEC-341`)

#### 3. Click **Link**

* The finding is now associated with that Jira issue for future tracking and updates

***

*Note: You must have admin rights in Catchify to enable this integration.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.catchify.sa/integration/jira-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
