Jira · Example Payload

Jira Cloud Platform Rest Comment Example

AgileIssue TrackingITSMProject ManagementService Management

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

Top-level fields

selfidrenderedBodycreatedupdatedjsdPublic

Example Payload

Raw ↑
{
  "self": "example_value",
  "id": "abc123",
  "renderedBody": "example_value",
  "created": "example_value",
  "updated": "example_value",
  "jsdPublic": true
}