Get transitions
jira_get_transitionsGet the list of workflow transitions available for a Jira issue's current status, including transition ID, name, and target status. Check before transitioning an issue to obtain the correct transition ID.
Instructions
List the workflow transitions available from this issue's CURRENT status: id, name and target status. Required before jira_transition_issue — status cannot be set through an update, and a transition id is workflow-specific and changes when the workflow does. Read this list immediately before transitioning rather than reusing a remembered id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | Issue key (PROJ-123) or numeric issue id. | |
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). |