# Jira Integration

You can integrate Hackle with Jira to manage Feature Flags more efficiently. Install the Hackle app from the Atlassian Marketplace to get started.

## **Setting Up Integration**

1. First, install Hackle Feature Flags for Jira from the [Atlassian Marketplace](https://marketplace.atlassian.com/apps/1228844/hackle-feature-flags-for-jira?hosting=cloud\&tab=overview).
2. After installation, access the Configuration screen of the Hackle Feature Flags for Jira app.

![Hackle Dashboard - Jira Integration](/files/zCluhnIC8Xsew9MFc8sn)

3. Select the Workspace you want to integrate within the Hackle Dashboard. (You can select the Workspace in the upper right corner.)
4. Click **`Workspace Settings`** > **`Jira Integration`** tab in the left menu at the bottom.
5. To connect the Workspace with Jira, a Jira Integration Token (Jira Access Token) is required. Click **`+Generate Token`** to create a token. (The token is valid for one hour; after that, a new token is needed.)
6. Copy the generated token, paste it into the Hackle Jira Configuration, and click the SAVE button to save the changes and complete the integration.

![Jira Configuration](/files/W2zeKV8dMe4hkHD9weef)

## **Verifying Integration**

* You can check whether the Workspace and Jira account integration is complete under **`Workspace Settings`** > **`Jira Integration`**.

![](/files/fjElkRo8W1ieG6ouGB6J)

## **Connecting a Feature Flag**

1. In Jira, select the ticket you want to link with a Hackle Feature Flag. (Multiple Hackle Feature Flags can be linked to a single Jira ticket.)
2. In the Releases section of the right menu, click **`+Add feature flag`** > **`Connect feature flag`**.

![Jira ticket detail screen](/files/nXtBIyBPR0rzoCDWqCCg)

3. In the new window, select the Workspace and Feature Flag you want to connect.

![Connecting a Feature Flag to Jira](/files/PSb3CeIaXeaVSjJ3HEU6)

4. Connected Feature Flags can be viewed in the External Integration tab within the detail screen.

![Jira integration history](/files/sTiaGPuXXiSg2NonOy1v)

## **Verifying Feature Flag Connection**

* The content of Feature Flags connected to the ticket can be viewed in the right menu.

![Jira ticket detail screen](/files/ruYMuqdKOQhq6vHBp2b5)

* Click on a Feature Flag to view its details.

![Jira Feature Flag detail screen](/files/uKh4eHFU8shPT7U4G4Rc)

## **Disconnecting a Feature Flag**

* Disconnecting a Jira ticket can only be done from the Hackle Dashboard.
* Click the **`Disconnect`** button on the right side of the ticket to disconnect the Feature Flag from Jira.

![Feature Flag detail screen](/files/cZerSI8IeS1CNQdZQXwz)

* You can disconnect the integration by removing the Hackle app from Jira.


---

# 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.hackle.io/en/external-link/jira-integration.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.
