Gets the available statuses to which a Jira issue can transition. Use this action to retrieve transition IDs before calling the Transition a Jira issue action.
For authentication setup, see Jira issue actions.
Input Field | Optionality | Type | Description | Example |
|---|---|---|---|---|
authToken | Required | String | Base64-encoded string of |
|
domain | Required | String | Your Jira Cloud instance domain (company name). Used to construct the base URL |
|
issueKey | Required | String | The key of the Jira issue to get transitions for. |
|
parameters | Optional | Map | Optional URL query parameters for the Jira API request. See the parameters reference table below. |
|
selectors | Optional | List | A list of named expressions to extract specific values from the response. |
|
Parameters reference
Parameter | Type | Description | Default |
|---|---|---|---|
expand | String | Use | |
transitionId | String | Filter results to a specific transition by its ID. | |
skipRemoteOnlyCondition | Boolean | Whether to include transitions with the condition Hide From User Condition in the response. Available to Connect and Forge app users with Administer Jira global permission. |
|
includeUnavailableTransitions | Boolean | Whether to include details of transitions that fail a condition in the response. |
|
sortByOpsBarAndStatus | Boolean | When |
|
Output Field | Type | Example |
|---|---|---|
response | Object | |
success | Boolean |
|
errorMessage | String | |
Workflow example |
|---|
|