Jira · Schema

Component

A project component.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
self string
id string
name string
description string
assigneeType string
project string
projectId integer
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-component-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Component",
  "type": "object",
  "description": "A project component.",
  "properties": {
    "self": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "assigneeType": {
      "type": "string"
    },
    "project": {
      "type": "string"
    },
    "projectId": {
      "type": "integer"
    }
  }
}