# Connect JIRA to iftrue using an API Token

### Step 1 - Generate a Jira API Token

1. Go to your Atlassian account settings
2. Navigate to Security
3. Click Create and manage API tokens
4. Pick Create API Token&#x20;

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

**Important**

When creating the token, make sure you select:

* ✅ "Create API token"
* ❌ Do NOT select "Create API token with scopes"

iftrue currently supports standard API tokens (not scoped tokens).

### Step 2 - Add Token to iftrue

1. Go to your iftrue dashboard
2. Navigate to:

   Settings → Integrations → Jira
3. Open the Access Token modal

<figure><img src="/files/titcyZbCLIzFhZBL13MJ" alt="" width="375"><figcaption></figcaption></figure>

4. Paste your API token
5. Save

### What Happens Next?

Once connected, iftrue will:

* Sync your Jira issues and workflows
* Analyze sprint and delivery performance
* Combine Jira data with Git and other sources
* Generate insights for engineering teams

If you run into any issues, feel free to contact us at <support@iftrue.co>.


---

# 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.iftrue.co/getting-started/integrations/jira/connect-jira-to-iftrue-using-an-api-token.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.
