- Setup
- Reference
What You'll Need
| Credential | Description |
|---|---|
| API Token | Generated from Atlassian account settings |
| Email Address | Your Atlassian account email |
| Jira Subdomain | e.g., your-company.atlassian.net |
| Organization ID | Found in Admin Console URL |
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
1
User Permissions
The user creating the API token needs these permissions:
- Global permission: Administer Jira
- Project permission: Browse Projects
2
Org-Wide Settings
Ensure all user emails are set to Visible by “Anyone”:Users configure this in their Atlassian account settings under Profile and visibility → Contact.
Setup Guide
1
Access API Token Settings
Navigate to the Atlassian API Token Management page.Sign in with your Atlassian account credentials.
2
Create an API Token
- Click Create API token
- Enter a meaningful label:
Parable Integration - Click Create
3
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
4
Note Your Instance URL
Your Jira instance URL follows this pattern:Find this in your browser’s address bar when viewing Jira.