# Custom domains

#### Even if a Jira organization has its own domain configured, proper protection requires adding the instance using the original Atlassian URL.

***

## General information

You can add your **Jira** organization that uses a custom domain to **GitProtect**, but you must use **its original address instead of the custom one**. This limitation results from how **Atlassian** identifies and authorizes organizations.

**Atlassian** security and administration APIs are bound to the organization’s original **Atlassian**-managed URL (for example, <kbd>yourcompany.atlassian.net</kbd>), **not to the custom domain**. The custom domain is mainly a user-facing alias for access and branding.

Internally, **Atlassian** continues to recognize, authenticate, and grant permissions to the organization only through the original URL registered in **Atlassian Administration** ([https://admin.atlassian.com](https://admin.atlassian.com/)). As a result, **GitProtect** must use the original **Atlassian** URL to correctly:

1. Identify the organization and its applications.
2. Authenticate API requests.
3. Apply security and access controls properly.

Using the custom domain would prevent proper authorization and could lead to failed connections or incomplete protection, which is why the original **Atlassian** URL is required even when a custom domain is in place.

***

## Finding the original domain URL

You can find your custom domain's original URL in <https://admin.atlassian.com> > **App URLs** > **Custom domains** > **Actions** > **Show details**.

<figure><img src="/files/0yezbgoYm8wSJm4lGudL" alt=""><figcaption></figcaption></figure>

The original URL of your custom domain will be listed under **Details** section as **default URL (fallback)**.

<figure><img src="/files/lpngQGGxbrf8sFb3L1ij" 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://helpcenter.gitprotect.io/backup-and-recovery/jira/integration/custom-domains.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.
