Transitions a Jira issue to a different status. Use the Get Jira issue transitions action to retrieve available transition IDs before calling this 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 transition. |
|
transitionId | Required | String | The ID of the target transition. Use the Get Jira issue transitions action to retrieve available transition IDs for an issue. |
|
fields | Optional | Map | A map of issue screen fields to update during the transition. Fields included here cannot also be included in |
|
update | Optional | Map | A map of field names and a list of operations to perform during the transition. Fields included here cannot also be included in |
|
selectors | Optional | List | A list of named expressions to extract specific values from the response. |
|
Output Field | Type | Example |
|---|---|---|
response | Object | A successful transition returns an empty body with status 204. |
success | Boolean |
|
errorMessage | String | |
Workflow example |
|---|
|