Atlassian · Schema

WorkflowUsages

The workflows that use this status. Only available if the `workflowUsages` expand is requested.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
workflowId string Workflow ID.
workflowName string Workflow name.
View JSON Schema on GitHub

JSON Schema

atlassian-workflowusages-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkflowUsages",
  "title": "WorkflowUsages",
  "additionalProperties": false,
  "description": "The workflows that use this status. Only available if the `workflowUsages` expand is requested.",
  "properties": {
    "workflowId": {
      "description": "Workflow ID.",
      "type": "string"
    },
    "workflowName": {
      "description": "Workflow name.",
      "type": "string"
    }
  },
  "type": "object"
}