Jira · JSON Structure

Jira Cloud Platform Rest Status Category Structure

Type: object Properties: 5
AgileIssue TrackingITSMProject ManagementService Management

StatusCategory 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 key colorName name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StatusCategory",
  "type": "object",
  "properties": {
    "self": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "key": {
      "type": "string"
    },
    "colorName": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}