Jira · JSON Structure

Jira Cloud Platform Rest Project Structure

Type: object Properties: 17
AgileIssue TrackingITSMProject ManagementService Management

Project 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

self id key name description components issueTypes url assigneeType versions roles projectTypeKey simplified style archived deleted insight

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Project",
  "type": "object",
  "properties": {
    "self": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "components": {
      "type": "array"
    },
    "issueTypes": {
      "type": "array"
    },
    "url": {
      "type": "string"
    },
    "assigneeType": {
      "type": "string"
    },
    "versions": {
      "type": "array"
    },
    "roles": {
      "type": "object"
    },
    "projectTypeKey": {
      "type": "string"
    },
    "simplified": {
      "type": "boolean"
    },
    "style": {
      "type": "string"
    },
    "archived": {
      "type": "boolean"
    },
    "deleted": {
      "type": "boolean"
    },
    "insight": {
      "type": "object"
    }
  }
}