Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List available workflow transitions for a Jira issue
| Field | Value |
|---|---|
| Name | jira__get_transitions |
| Group | Integrations |
{
"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."
}