# Jira

### How to connect Jira to [Churned](http://churned.io)

\
Log in to the Churned platform and go to the “Integrations” section. Click on “New Integration” and select Jira from the list.

Required Credentials

* email – The email address linked to your Jira user account.
* apiToken – The API token used to authenticate with Jira’s REST API.
* domain – Your Jira account domain (e.g., yourcompany.atlassian.net).

Here’s how you can obtain these credentials:

apiToken

1. Go to <https://id.atlassian.com/manage/api-tokens>.
2. Click “Create API token”
3. Name the token, then click “Create”.
4. Copy the generated token and store it securely.

email

* Use the same email address you use to log in to Jira.

domain

* Your Jira domain is the base URL you use to log in.\
  For example: <https://yourcompany.atlassian.net>

Input the Credentials

1. &#x20;Enter the retrieved credentials into the Churned integration form:
2. email: Your Jira login email.
3. apiToken: The API token you generated.
4. domain: Your Jira instance domain.

Click Save and test the connection to ensure everything is working correctly.

Once connected, notify the Churned team to synchronize data.

Helpful Links

* Jira API Documentation
* Generating Jira API Tokens


---

# 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.churned.io/churned-docs/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.
