---
title: "Atlassian OAuth App"
slug: "atlassian-oauth-app"
updated: 2025-07-13T14:49:42Z
published: 2025-07-13T14:49:42Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.unleash.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Atlassian OAuth App

## Connection

1. Go to the **Atlassian Developer Console** to create a new OAuth2 app at - [https://developer.atlassian.com/console/myapps/](https://developer.atlassian.com/console/myapps/).

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image-1726141845770.png)

1. Name your application `Unleash` and proceed to the next step.

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image-1726141825187.png)

1. In the **Permissions** screen, enable the following permissions for Atlassian apps:
  1. For both **Confluence** and **Jira**, add:
    1. **User Identity API**
    2. **Personal Data Reporting API**
  2. For **Confluence**, add:
    - **Confluence API**
  3. For **Jira**, add:
    - **Jira API**

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image-1726141905257.png)

1. For **Confluence**, click `Configure` to add the relevant scopes. Use the following granular scopes:

```plaintext
read:content:confluence
read:content-details:confluence
read:attachment:confluence
read:custom-content:confluence
read:space:confluence
read:content.property:confluence
```

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image (12).png)

1. For **Jira**, click `Configure` and add the following granular scopes:

```plaintext
read:application-role:jira
read:audit-log:jira
read:avatar:jira
read:dashboard:jira
read:group:jira
read:issue:jira
read:issue-meta:jira
read:attachment:jira
read:field:jira
read:field-configuration:jira
read:issue-details:jira
read:issue-type:jira
read:issue-worklog:jira
read:issue-security-level:jira
read:issue-status:jira
read:issue-type-hierarchy:jira
read:issue.changelog:jira
read:issue.vote:jira
read:user:jira
read:project:jira
read:project-category:jira
read:project.component:jira
read:project.property:jira
read:project-role:jira
read:project-version:jira
read:webhook:jira
write:webhook:jira
delete:webhook:jira
read:workflow:jira
read:status:jira
read:jql:jira
```

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image (13).png)

1. In the **Authorization** screen, add **OAuth** authorization for the app.

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image-1726142296580.png)

1. Configure the **Callback URL** with the one shared by your Unleash representative in the **Authorization** screen.

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image-1726142336548.png)

1. In the **Settings** section of the app, copy both the **Client ID** and **Client Secret**. Store them securely and share them with your Unleash representative.

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image (16).png)
