Jira · Schema

Watches

The watchers of an issue.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
self string
watchCount integer
isWatching boolean
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-watches-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Watches",
  "type": "object",
  "description": "The watchers of an issue.",
  "properties": {
    "self": {
      "type": "string"
    },
    "watchCount": {
      "type": "integer"
    },
    "isWatching": {
      "type": "boolean"
    }
  }
}