Jira · JSON Structure

Jira Cloud Platform Rest Issue Type With Status Structure

Type: object Properties: 5
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

self id name subtask statuses

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IssueTypeWithStatus",
  "type": "object",
  "properties": {
    "self": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "subtask": {
      "type": "boolean"
    },
    "statuses": {
      "type": "array"
    }
  }
}