Atlassian · Schema

IssueTransition

Details of an issue transition.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
expand string Expand options that include additional transition details in the response.
fields object Details of the fields associated with the issue transition screen. Use this information to populate `fields` and `update` in a transition request.
hasScreen boolean Whether there is a screen associated with the issue transition.
id string The ID of the issue transition. Required when specifying a transition to undertake.
isAvailable boolean Whether the transition is available to be performed.
isConditional boolean Whether the issue has to meet criteria before the issue transition is applied.
isGlobal boolean Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.
isInitial boolean Whether this is the initial issue transition for the workflow.
looped boolean
name string The name of the issue transition.
to object Details of the issue status after the transition.
View JSON Schema on GitHub

JSON Schema

atlassian-issuetransition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IssueTransition",
  "title": "IssueTransition",
  "additionalProperties": true,
  "description": "Details of an issue transition.",
  "properties": {
    "expand": {
      "description": "Expand options that include additional transition details in the response.",
      "readOnly": true,
      "type": "string"
    },
    "fields": {
      "additionalProperties": {
        "$ref": "#/components/schemas/FieldMetadata"
      },
      "description": "Details of the fields associated with the issue transition screen. Use this information to populate `fields` and `update` in a transition request.",
      "readOnly": true,
      "type": "object"
    },
    "hasScreen": {
      "description": "Whether there is a screen associated with the issue transition.",
      "readOnly": true,
      "type": "boolean"
    },
    "id": {
      "description": "The ID of the issue transition. Required when specifying a transition to undertake.",
      "type": "string"
    },
    "isAvailable": {
      "description": "Whether the transition is available to be performed.",
      "readOnly": true,
      "type": "boolean"
    },
    "isConditional": {
      "description": "Whether the issue has to meet criteria before the issue transition is applied.",
      "readOnly": true,
      "type": "boolean"
    },
    "isGlobal": {
      "description": "Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.",
      "readOnly": true,
      "type": "boolean"
    },
    "isInitial": {
      "description": "Whether this is the initial issue transition for the workflow.",
      "readOnly": true,
      "type": "boolean"
    },
    "looped": {
      "type": "boolean"
    },
    "name": {
      "description": "The name of the issue transition.",
      "readOnly": true,
      "type": "string"
    },
    "to": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StatusDetails"
        }
      ],
      "description": "Details of the issue status after the transition.",
      "readOnly": true
    }
  },
  "type": "object"
}

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-issuetransition"
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.