Jira · Schema

Scope

The scope of the issue type (project or global).

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
type string
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-scope-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Scope",
  "type": "object",
  "description": "The scope of the issue type (project or global).",
  "properties": {
    "type": {
      "type": "string"
    }
  }
}