Jira · Example Payload

Jira Cloud Platform Rest Search Request Example

AgileIssue TrackingITSMProject ManagementService Management

Jira Cloud Platform Rest Search Request Example is an example object payload from Jira, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

jqlstartAtmaxResultsvalidateQueryfieldsexpandpropertiesfieldsByKeys

Example Payload

Raw ↑
{
  "jql": "example_value",
  "startAt": 10,
  "maxResults": 10,
  "validateQuery": "example_value",
  "fields": [],
  "expand": "example_value",
  "properties": [],
  "fieldsByKeys": true
}