Atlassian · Schema

IssuesMetaBean

Meta data describing the `issues` context variable.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
jql object
View JSON Schema on GitHub

JSON Schema

atlassian-issuesmetabean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IssuesMetaBean",
  "title": "IssuesMetaBean",
  "additionalProperties": false,
  "description": "Meta data describing the `issues` context variable.",
  "properties": {
    "jql": {
      "$ref": "#/components/schemas/IssuesJqlMetaDataBean"
    }
  },
  "type": "object"
}