Atlassian · Schema

AvailableWorkflowTriggerTypes

The list of available trigger types.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
description string The description of the trigger rule.
name string The name of the trigger rule.
type string The type identifier of trigger rule.
View JSON Schema on GitHub

JSON Schema

atlassian-availableworkflowtriggertypes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AvailableWorkflowTriggerTypes",
  "title": "AvailableWorkflowTriggerTypes",
  "additionalProperties": false,
  "description": "The list of available trigger types.",
  "properties": {
    "description": {
      "description": "The description of the trigger rule.",
      "type": "string"
    },
    "name": {
      "description": "The name of the trigger rule.",
      "type": "string"
    },
    "type": {
      "description": "The type identifier of trigger rule.",
      "type": "string"
    }
  },
  "type": "object"
}