Atlassian · Schema

CreateWorkflowTransitionRule

A workflow transition rule.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
configuration object EXPERIMENTAL. The configuration of the transition rule.
type string The type of the transition rule.
View JSON Schema on GitHub

JSON Schema

atlassian-createworkflowtransitionrule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateWorkflowTransitionRule",
  "title": "CreateWorkflowTransitionRule",
  "additionalProperties": false,
  "description": "A workflow transition rule.",
  "properties": {
    "configuration": {
      "additionalProperties": {
        "description": "EXPERIMENTAL. The configuration of the transition rule."
      },
      "description": "EXPERIMENTAL. The configuration of the transition rule.",
      "type": "object"
    },
    "type": {
      "description": "The type of the transition rule.",
      "type": "string"
    }
  },
  "required": [
    "type"
  ],
  "type": "object"
}