Jira · Schema

ProjectRef

A reference to a Jira project.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
self string
id string
key string
name string
projectTypeKey string
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-project-ref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProjectRef",
  "type": "object",
  "description": "A reference to a Jira project.",
  "properties": {
    "self": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "projectTypeKey": {
      "type": "string"
    }
  }
}