zAgileConnect Flow Action - Delete Issues in Bulk
You can delete multiple Issues from Salesforce records (as long as the Issues was created from the Salesforce record) using Salesforce Flow and adding the “Delete Issues in Bulk“ action to your flow. The action has the following fields:
Delete Issues in Bulk Action Fields
Field | Type | Required | Description |
---|---|---|---|
Issue - Salesforce pairs | The list of Issue key - Record Id pairs. The record Id must be the parent of the corresponding Jira Issue, meaning the Issue was created from that Salesforce record. | ||
Jira Connection Id | String | The unique identifier for the Jira connection. (e.g., "j00"). Leave blank to use the default connection. |
Delete 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.
