# Jira

Firefly integrates with Jira to enable automatic or on-demand creation of Jira tickets for cloud issues. This integration helps teams track and manage cloud resource issues, policy violations, and remediation tasks directly in their project management workflow.

## Prerequisites

* A Jira account with appropriate permissions
* Access to create API tokens
* A Jira project where issues will be created

## Setup Procedure

1. [Create a Jira API token](https://id.atlassian.com/manage-profile/security/api-tokens).
2. In Firefly, click **Settings > Integrations**.
3. Click **Add New > Jira**.
4. Enter a descriptive name into the **Nickname** field.
5. Enter your domain name into the **Jira Domain** field.
6. Enter your email into the **Jira User Email** field.
7. Paste the API token into the **Jira Token** field.
8. Click **Next**.
9. Click **Done**.

## Features Enabled

* **Manual Issue Creation**: Create Jira issues directly from the Firefly UI using the "Create Jira Issue" button for assets or policies.
* **Automated Issue Creation**: Set up automatic ticket creation for specific events (e.g., policy violations of medium severity).
* **Pre-filled Issue Templates**: Issues are created with relevant asset details and rule information.
* **Issue Tracking**: Maintain a record of cloud issues and their remediation status.
* **Integration with Notification Rules**: Connect with Firefly's notification system for automated issue creation.


---

# 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.firefly.ai/integrations/project-management/jira.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.
