> ## Issue tracker integration - BETA

> Fetch the complete documentation index at: https://antithesis.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

---

Antithesis makes it easy to create tickets in your issue tracker directly from a Finding or group of Findings.

When you click the “Create ticket” button, your issue tracker opens in a new tab with a pre-filled create ticket form. You’ll just need to click “create.”

> **Note**
>
> This integration does NOT grant Antithesis access to your issue tracker. We're simply sending the relevant parameters to your tracker as a url.
> Unfortunately, this also means this integration can’t edit existing tickets.

## How to set it up

Simply send your issue tracker's URL to your customer success engineer to enable the integration.

### Supported issue trackers

**Linear**

```bash
https://linear.app/YOUR_TEAM_NAME/new
```

- YOUR\_TEAM\_NAME: Your team name in Linear (visible in the URL when using the web app).

**Jira**

```bash
https://ORGANIZATION.atlassian.net/secure/CreateIssueDetails!init.jspa?pid=PROJECT_ID&issuetype=ISSUE_TYPE_ID
```

- ORGANIZATION: Your Jira Cloud organization name (part of their domain).

- PROJECT\_ID: The internal project ID. To find this, export an issue to XML and look for the ID in the `<project>` tag.

- ISSUE\_TYPE\_ID: Tickets will be created with this issue type. To find this, export an issue to XML and look for the ID in the `<type>` tag.

**GitHub**

```bash
https://github.com/ORG/REPO/issues/new
```

- ORG: Your GitHub organization or user name.
- REPO: Issues will be created in this repo.

**GitLab**

```bash
https://gitlab.com/YOUR_GROUP/YOUR_PROJECT/-/issues/new
```

- GROUP: Your group or namespace in GitLab.
- PROJECT: Issues will be created in this project.

**Trello**

```bash
https://trello.com/add-card?mode=popup&url=https://trello.com/b/BOARDID
```

- BOARDID: The ID of your Trello board.
