> For the complete documentation index, see [llms.txt](https://docs.currents.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.currents.dev/resources/integrations/jira.md).

# Jira

Currents integration with Jira allows your team to create and link test failure details directly from the Currents dashboard. Team members can create new or add comments to existing Jira issues with full context:

* error messages,
* stack traces,
* metadata,
* and test history

without leaving Currents, eliminating context switching.

<figure><img src="/files/rqTM7mkqAydYbCSlQFso" alt="" width="563"><figcaption></figcaption></figure>

<p align="center">The integration is powered by <a href="https://marketplace.atlassian.com/apps/1238333">Currents for Jira Application</a> that runs on Jira Cloud.</p>

### Setup

1. Enable Jira Integration in project settings
2. Install Currents for Jira from Atlassian Marketplace
3. Link your accounts with installation token

See the [Setup Guide](/resources/integrations/jira/setup.md) for complete instructions.

### Usage

* Create Issues from test failures with full failure details
* Link test failures to existing issues

See the [Usage Guide](/resources/integrations/jira/usage.md) for details.

#### Limitations

See [Usage](/resources/integrations/jira/usage.md#limitations)


---

# 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:

```
GET https://docs.currents.dev/resources/integrations/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.
