Retrieves available workflow transitions for a Jira issue. Always use the numeric `id` from the response when calling JIRA_TRANSITION_ISSUE — transition IDs are project/workflow-specific and must not be hardcoded or reused across different issues or projects. When multiple trans…
expandstringA comma-separated list of properties to expand in the response. Use 'transitions.fields' to include the fields associated with each transition, providing details on what input is expected or allowed.
transition_idstringThe ID of a specific transition to retrieve. If provided, only details for this transition are returned.
issue_id_or_keyRequiredstringThe ID (e.g., '10000') or key (e.g., 'PROJ-123') of the Jira issue for which to retrieve transitions.
skip_remote_only_conditionbooleanIf true, conditions defined by remote apps that only run remotely will be skipped during evaluation.
sort_by_ops_bar_and_statusbooleanIf true, sorts the returned transitions by their order in the operations bar and then by status category.
include_unavailable_transitionsbooleanIf true, transitions that are not currently available for the issue (e.g., due to unmet conditions) will be included in the response. Use this as a diagnostic step when an expected target status is missing from the default response.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action