Jira · Example Payload

Jira Cloud Platform Rest Issue Type Details Example

A sample description.

AgileIssue TrackingITSMProject ManagementService Management

Jira Cloud Platform Rest Issue Type Details 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

selfiddescriptioniconUrlnamesubtaskavatarIdhierarchyLevel

Example Payload

Raw ↑
{
  "self": "example_value",
  "id": "abc123",
  "description": "A sample description.",
  "iconUrl": "https://www.example.com",
  "name": "Example Title",
  "subtask": true,
  "avatarId": "500123",
  "hierarchyLevel": 10
}