You can transition an Issue by the transition name using Salesforce Flow and adding the “Transition Issue by Transition Name“ action to your flow. The action has the following fields:
Transition Issue by Transition Name Action Fields
|
Field |
Type |
Required |
Description |
|---|---|---|---|
|
Issue Key |
String |
|
The Jira Issue Key to transition to another status |
|
Transition Name |
String |
|
The name of transition to use from the current status of the Jira Issue, for example “Start Progress”, “Resolve“, etc. Values here depend on the workflow defined in Jira. |
|
Jira Connection Id |
String |
|
The unique identifier for the Jira connection. (e.g., "j00"). Leave blank to use the default connection. |
Transition Issue by Transition Name Output Fields
|
Output |
Type |
Description |
|---|---|---|
|
Error Message |
String |
Describes any error that occurred during the operation, if applicable. |
|
Error |
Boolean |
Indicates whether there is an error. |
|
Issue Key or Id |
String |
The Issue Key or Issue Id related to this result. |
To transition multiple Issues, this action can be called inside a Loop element in the Flow.
This action makes callouts to Jira and so when using it from “Record Triggered Flows“ make sure to use it from within an Asynchronous Path.