Get Transitions
jira_get_transitionsRetrieve available status transitions for a Jira issue to determine next workflow steps. This tool helps teams manage issue progression within Atlassian instances secured by corporate SSO.
Instructions
Get available status transitions for a Jira issue.
Args: ctx: The FastMCP context. issue_key: Jira issue key.
Returns: JSON string representing a list of available transitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123', 'ACV2-642') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |