🔵

Jira

Productivity

Issue tracking, sprints, and agile project management

The Jira REST API gives you access to projects, issues, sprints, and workflows — enabling full automation of your engineering and product management processes.

Details

Auth Type
API Key (Basic auth: email + token)
Rate Limit
1000 req/min
Pricing
Free (10 users); from $8.15/user/month
Full Docs
Step 1: Save your provider key

This is NOT your Callio key. Enter the API key from the provider's dashboard (e.g. OpenAI/SendGrid).

API Key (Basic auth: email + token)

1. Go to https://id.atlassian.com/manage-profile/security/api-tokens 2. Create an API token 3. Use your email + token as Basic auth

Get API Credentials

Getting Started

1

Try It Instantly

Click "Try It" above to test the API in the playground

2

Add to Your Agent

Click "Add to Agent" to get your API key and integrate

Common Use Cases

Create and update issues
Manage sprints
Query projects
Automate workflows
Generate reports

💻 Code Examples

Get started quickly with these code examples in your favorite language

curl -X GET \
'https://www.callio.dev/api/proxy/jira/forward?target=https%3A%2F%2F%7Bdomain%7D.atlassian.net%2Fendpoint' \
-H 'Authorization: Bearer YOUR_CALLIO_KEY' \
-H 'Content-Type: application/json'

💡 Tip: Replace YOUR_CALLIO_KEY with your actual Callio API key from the dashboard.

Ready to integrate Jira?

Test endpoints live or generate your API key and start building in minutes

Browse More APIs