Jira · JSON Structure

Jira Cloud Platform Rest Issue Type Details Structure

Type: object Properties: 8
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

self id description iconUrl name subtask avatarId hierarchyLevel

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IssueTypeDetails",
  "type": "object",
  "properties": {
    "self": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "iconUrl": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "subtask": {
      "type": "boolean"
    },
    "avatarId": {
      "type": "integer"
    },
    "hierarchyLevel": {
      "type": "integer"
    }
  }
}