Jira · JSON Structure

Jira Cloud Platform Rest Issue Fields Structure

Type: object Properties: 17
AgileIssue TrackingITSMProject ManagementService Management

IssueFields is a JSON Structure definition published by Jira, describing 17 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

summary description assignee labels components fixVersions versions resolution resolutiondate created updated duedate subtasks parent environment attachment issuelinks

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IssueFields",
  "type": "object",
  "properties": {
    "summary": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "assignee": {
      "type": "string"
    },
    "labels": {
      "type": "array"
    },
    "components": {
      "type": "array"
    },
    "fixVersions": {
      "type": "array"
    },
    "versions": {
      "type": "array"
    },
    "resolution": {
      "type": "string"
    },
    "resolutiondate": {
      "type": "['string', 'null']"
    },
    "created": {
      "type": "string"
    },
    "updated": {
      "type": "string"
    },
    "duedate": {
      "type": "['string', 'null']"
    },
    "subtasks": {
      "type": "array"
    },
    "parent": {
      "type": "string"
    },
    "environment": {
      "type": "string"
    },
    "attachment": {
      "type": "array"
    },
    "issuelinks": {
      "type": "array"
    }
  }
}