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 | Type | Description | Example |
|---|---|---|---|
authToken | String | Required. Base64-encoded string of |
|
domain | String | Required. Your Jira Cloud instance domain (company name). Used to construct the base URL |
|
issueKey | String | Required. The key of the Jira issue to get transitions for. |
|
parameters | Map | Optional. Optional URL query parameters for the Jira API request. See the parameters reference table below. |
|
selectors | List | Optional. 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 | Type | Example |
|---|---|---|
response | Object | |
success | Boolean |
|
errorMessage | String | |
Workflow example |
|---|
|