Jira REST API

The Jira REST API enables you to interact with Jira programmatically. This API is used for retrieving and managing issues, projects, users, and other Jira resources.

Claim this API

Are you the operator of Jira REST API? Submit a claim to establish contact with us.

Report an Issue

Found something wrong with Jira REST API? Let us know about broken links, changed auth, deprecated endpoints, or other issues.

Base URL: https://your-domain.atlassian.net/rest/api/2/
Auth: oauth2
Endpoints: 9
Reachable: unknown
CORS: unknown

Links

Homepage: https://developer.atlassian.com/
API Base: https://your-domain.atlassian.net/rest/api/2/

100.0%

Uptime (7d)

401ms

Avg latency (7d)

4

Probes (7d)

Latency (7d)

Success Rate (7d)

Endpoints

Method Path Summary Auth Last Status Latency
GET /issue/createmeta Get create issue metadata oauth2 200 608ms
GET /issue/{issueIdOrKey} Get issue oauth2
GET /issuetype Get all issue types oauth2
GET /myself Get current user oauth2
GET /priority Get all priorities oauth2
GET /project Get all projects oauth2 200 344ms
GET /project/{projectIdOrKey} Get project oauth2
GET /search Search for issues using JQL oauth2
GET /serverInfo Get server info oauth2
GET /status Get all statuses oauth2