- Setup
- Reference
What You'll Need
| Credential | Description |
|---|---|
| API Token | Generated from Atlassian account settings |
| Email Address | Your Atlassian account email |
| Base URL | Your Jira instance URL (e.g., https://your-company.atlassian.net) |
| Domain | Your Atlassian domain (e.g., your-company.atlassian.net) |
| Organization ID | Your Atlassian organization ID |
Overview
API Token authentication uses Basic Auth with your Atlassian email and a generated token. This provides secure, automated access to Jira Cloud APIs.Prerequisites
User Permissions
The user creating the API token needs these permissions:
- Global permission: Administer Jira
- Project permission: Browse Projects
Setup Guide
Access API Token Settings
Navigate to the Atlassian API Token Management page.Sign in with your Atlassian account credentials.
Create an API Token
- Click Create API token
- Enter a meaningful label:
Parable Integration - Click Create
Find Your Organization ID
- Go to Atlassian Admin Console
- Look at the URL:
https://admin.atlassian.com/o/{ORG_ID}/... - Copy the ORG_ID value