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

# Jira Integration

When configured with the right Project Key, Login and API token,  you will receive notification for alerts driven by a triggered policy action with action type "Issue" and name "Jira" configured as an alert option.

#### **Configuring Jira**

To configure Jira, you need to first ensure you have access to Jira administration and identified the Project and associated account and API token created ahead of time. See screen shots below to give you an idea as to how to structure projects.

Setup Jira Projects

<figure><img src="/files/wpPAxUjPDvPvkPWzBYSJ" alt=""><figcaption><p>Setting up JIRA Projects</p></figcaption></figure>

Obtain project keys, issue types, login e-mail and API Token.

<figure><img src="/files/guF9WL9PUAjmijf1R7SS" alt=""><figcaption><p>Project Key</p></figcaption></figure>

<figure><img src="/files/OpUfy6tBt8xLGkPy4LvE" alt=""><figcaption><p>Issue Types</p></figcaption></figure>

[Create your API Token](https://id.atlassian.com/manage-profile/security/api-tokens). Make sure to copy this in a safe place. You will need this to configure the Jira Integration with Threatrix.

<figure><img src="/files/7JUjYpygjYzIlPLe4UbB" alt=""><figcaption><p>API token</p></figcaption></figure>

Now you are ready to configure JIRA Integration under Admin/Settings/Integration/Jira Integration.

<figure><img src="/files/FShWmwsPIhdrvT3Yc88P" alt=""><figcaption><p>Configure JIRA Integration</p></figcaption></figure>

**Your Jira Integration is now configured and ready to go!**


---

# 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.threatrix.io/administration/organization-settings/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.
