Atlassian · Schema

CreateWorkflowDetails

The details of a workflow.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
description string The description of the workflow. The maximum length is 1000 characters.
name string The name of the workflow. The name must be unique. The maximum length is 255 characters. Characters can be separated by a whitespace but the name cannot start or end with a whitespace.
statuses array The statuses of the workflow. Any status that does not include a transition is added to the workflow without a transition.
transitions array The transitions of the workflow. For the request to be valid, these transitions must: * include one *initial* transition. * not use the same name for a *global* and *directed* transition. * have a uni
View JSON Schema on GitHub

JSON Schema

atlassian-createworkflowdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateWorkflowDetails",
  "title": "CreateWorkflowDetails",
  "additionalProperties": false,
  "description": "The details of a workflow.",
  "properties": {
    "description": {
      "description": "The description of the workflow. The maximum length is 1000 characters.",
      "type": "string"
    },
    "name": {
      "description": "The name of the workflow. The name must be unique. The maximum length is 255 characters. Characters can be separated by a whitespace but the name cannot start or end with a whitespace.",
      "type": "string"
    },
    "statuses": {
      "description": "The statuses of the workflow. Any status that does not include a transition is added to the workflow without a transition.",
      "items": {
        "$ref": "#/components/schemas/CreateWorkflowStatusDetails"
      },
      "type": "array",
      "uniqueItems": true
    },
    "transitions": {
      "description": "The transitions of the workflow. For the request to be valid, these transitions must:\n\n *  include one *initial* transition.\n *  not use the same name for a *global* and *directed* transition.\n *  have a unique name for each *global* transition.\n *  have a unique 'to' status for each *global* transition.\n *  have unique names for each transition from a status.\n *  not have a 'from' status on *initial* and *global* transitions.\n *  have a 'from' status on *directed* transitions.\n\nAll the transition statuses must be included in `statuses`.",
      "items": {
        "$ref": "#/components/schemas/CreateWorkflowTransitionDetails"
      },
      "type": "array"
    }
  },
  "required": [
    "name",
    "statuses",
    "transitions"
  ],
  "type": "object",
  "writeOnly": true
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/atlassian-createworkflowdetails"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.