APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Jira
SearchRequest
Jira
· Schema
SearchRequest
Request body for JQL search via POST.
Agile
Issue Tracking
ITSM
Project Management
Service Management
Properties
Name
Type
Description
jql
string
The JQL query string.
startAt
integer
The index of the first item to return (page offset).
maxResults
integer
The maximum number of items to return per page.
validateQuery
string
Whether to validate the JQL query. Accepted values: strict, warn, none.
fields
array
Fields to return for each issue.
expand
string
Expand options for additional information.
properties
array
Issue properties to return.
fieldsByKeys
boolean
Whether to reference fields by keys rather than IDs.
View JSON Schema on GitHub