Jira · Example Payload

Jira Cloud Platform Rest Issue Fields Example

A sample description.

AgileIssue TrackingITSMProject ManagementService Management

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

Top-level fields

summarydescriptionassigneelabelscomponentsfixVersionsversionsresolutionresolutiondatecreatedupdatedduedatesubtasksparentenvironmentattachmentissuelinks

Example Payload

Raw ↑
{
  "summary": "example_value",
  "description": "A sample description.",
  "assignee": "example_value",
  "labels": [],
  "components": [],
  "fixVersions": [],
  "versions": [],
  "resolution": "example_value",
  "resolutiondate": "example_value",
  "created": "example_value",
  "updated": "example_value",
  "duedate": "example_value",
  "subtasks": [],
  "parent": "example_value",
  "environment": "example_value",
  "attachment": [],
  "issuelinks": []
}