You can unlink multiple Issues from Salesforce records using Salesforce Flow and adding the “Unlink Issues in Bulk“ action to your flow. The action has the following fields:
Unlink Issues in Bulk Action Fields
|
Field |
Type |
Required |
Description |
|---|---|---|---|
|
Issue - Salesforce pairs |
|
The list of Issue key - Record Id pairs to be unlinked. |
|
|
Jira Connection Id |
String |
|
The unique identifier for the Jira connection. (e.g., "j00"). Leave blank to use the default connection. |
Unlink Issues in Bulk Output Fields
|
Output |
Type |
Description |
|---|---|---|
|
Results |
List of results, each item in the list contains the Issue Key, Record Id, Error and Error Message if there was a problem. |
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.