Jira · Schema

Visibility

The visibility restrictions for a comment.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
type string
value string The name of the group or role to restrict visibility to.
identifier string The ID of the group or role.
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-visibility-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Visibility",
  "type": "object",
  "description": "The visibility restrictions for a comment.",
  "properties": {
    "type": {
      "type": "string"
    },
    "value": {
      "type": "string",
      "description": "The name of the group or role to restrict visibility to."
    },
    "identifier": {
      "type": "string",
      "description": "The ID of the group or role."
    }
  }
}