Skip to main content
List available workflow transitions for a Jira issue

Tool details

FieldValue
Namejira__get_transitions
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "cloudId": {
      "type": "string",
      "description": "Atlassian cloud ID from OAuth accessible resources"
    },
    "issueIdOrKey": {
      "type": "string",
      "description": "Jira issue ID or key"
    }
  },
  "required": [
    "cloudId",
    "issueIdOrKey"
  ],
  "description": "Input schema for the jira__get_transitions tool."
}

Output schema

This tool does not publish an output schema.