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.
Base URL:
Auth: oauth2
Endpoints: 9
Reachable: unknown
CORS: unknown
https://your-domain.atlassian.net/rest/api/2/Auth: oauth2
Endpoints: 9
Reachable: unknown
CORS: unknown
Links
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 | — | — |