Jira · JSON Structure

Jira Cloud Platform Rest Version Structure

Type: object Properties: 10
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

self id name description archived released releaseDate startDate overdue projectId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Version",
  "type": "object",
  "properties": {
    "self": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "archived": {
      "type": "boolean"
    },
    "released": {
      "type": "boolean"
    },
    "releaseDate": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "overdue": {
      "type": "boolean"
    },
    "projectId": {
      "type": "integer"
    }
  }
}