Documentation Index
Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect your users to Atlassian for Jira issue tracking, Confluence wiki access, and team collaboration.| Property | Value |
|---|---|
| Provider ID | atlassian |
| Category | Developer Tools |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
This provider covers Jira and Confluence via Atlassian’s unified OAuth 2.0 (3LO). For Bitbucket, use the dedicated Bitbucket provider.
Step 1: Create an Atlassian OAuth App
Go to the Atlassian Developer Console
Navigate to developer.atlassian.com/console/myapps and sign in.
Add the callback URL
Under Authorization, add the Redirect URI from the Developer Portal to the Callback URL field.
Configure permissions
Under Permissions, add the required scopes for your Atlassian products (Jira, Confluence).
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Atlassian Client ID
- Client Secret: Paste your Atlassian Client Secret
Available Scopes
Identity
| Scope | Description |
|---|---|
read:me | Read the current user’s profile and discover accessible cloud instances (required for all API calls) |
offline_access | Access resources on behalf of the user when they are not present |
Jira
| Scope | Description |
|---|---|
read:jira-work | Read Jira project and issue data |
write:jira-work | Create and edit Jira issues and projects |
read:jira-user | Read Jira user information |
Confluence
| Scope | Description |
|---|---|
read:confluence-content.all | Read Confluence pages and blog posts |
write:confluence-content | Create and update Confluence pages |
read:confluence-space.summary | Read Confluence space summaries |
Notes
- You must configure specific API scopes under Permissions in the Atlassian Developer Console for each product (Jira, Confluence).
- The
read:mescope is required for all Atlassian API calls to discover accessible cloud instances. - See the Atlassian OAuth documentation for more details.