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

# Jira

## Install From Atlassian Marketplace

1. Click add JIRA from iftrue settings or onboarding page.

<figure><img src="/files/vwPYWTBS7p1FP1LK8aGB" alt=""><figcaption><p>iftrue jira installation</p></figcaption></figure>

2. Keep the next screen open and go to Atlassian [marketplace listing for iftrue by clicking here](https://marketplace.atlassian.com/1231642) or search from the marketplace by writing `iftrue.co for Jira`

<figure><img src="/files/s54XrXfEbSi5MWAIEd0N" alt=""><figcaption><p>iftrue on Atlassian Marketplace</p></figcaption></figure>

3. Click `Get it Now`&#x20;

<figure><img src="/files/fFNZoAH9U3PRiH1uSNQJ" alt=""><figcaption><p>iftrue marketplace install</p></figcaption></figure>

Atlassian will take you to installation steps after all the steps completed, turn back to your iftrue screen&#x20;

4. Select your projects to gather data

<figure><img src="/files/q8XslOm4G0H8TG9AMIve" alt=""><figcaption><p>iftrue select projects screen</p></figcaption></figure>

That's it, continue with the next steps for onboarding while we are fetching your data from Atlassian.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.iftrue.co/getting-started/integrations/jira.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
