# Jira Data Center

To authorize Jira, navigate to your **Workspace Settings**, open the **User Integrations** page, find the **Jira** integration, and click **Connect**. You'll then be prompted to enter your credentials.

The required credentials differ depending on your Jira setup — make sure you select the correct option for your environment.

For **Jira Cloud** users, see [Connecting Jira Cloud to Paradime ](/app-help/documentation/integrations/code-ide/jira.md)for setup instructions specific to your environment.

Once connected, DinoAI will be able to access Jira on your behalf using the [Confluence Tool](/app-help/documentation/dino-ai/tools-and-features/confluence-tool.md).

{% hint style="info" %}
You will need a personal API key from your Jira Data Center instance to connect. See the table below for instructions on where to find each required field.
{% endhint %}

| Field                 | Description                                    | Where to find it                                                                                           |
| --------------------- | ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| **Instance Base URL** | The base URL of your Jira Data Center instance | Your self-hosted Jira URL, e.g. `https://jira.your-org.com`                                                |
| **API Key**           | A personal API key to authenticate requests    | In Jira Data Center, go to your **Profile** → **Settings** → **Personal Access Tokens** → **Create token** |

Once all fields are filled in, click **Connect** to complete the connection.

<figure><img src="/files/8mYPpTF3RN00skXgwzks" alt=""><figcaption></figcaption></figure>


---

# 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.paradime.io/app-help/documentation/integrations/code-ide/jira-data-center.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.
