Atlassian · Schema

JqlQueryClauseOperand

Details of an operand in a JQL clause.

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

atlassian-jqlqueryclauseoperand-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JqlQueryClauseOperand",
  "title": "JqlQueryClauseOperand",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ListOperand"
    },
    {
      "$ref": "#/components/schemas/ValueOperand"
    },
    {
      "$ref": "#/components/schemas/FunctionOperand"
    },
    {
      "$ref": "#/components/schemas/KeywordOperand"
    }
  ],
  "description": "Details of an operand in a JQL clause.",
  "type": "object"
}