Jira · Example Payload

Jira Cloud Platform Rest Transition Example

AgileIssue TrackingITSMProject ManagementService Management

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

Top-level fields

idnamehasScreenisGlobalisInitialisConditionalfields

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "hasScreen": true,
  "isGlobal": true,
  "isInitial": true,
  "isConditional": true,
  "fields": "example_value"
}