ZFlowIssueSalesforceResult
This Apex-defined type represents a pair, used to describe a relation between a Jira Issue and a Salesforce record. This type represents the result of Issue link, unlink and delete Flow Actions.
| Field | Type | Description | 
|---|---|---|
| recordId | Id | The related Salesforce record Id. | 
| issueKey | String | The Jira Issue key. | 
| error | Boolean | Has Error?: Indicates whether an error occurred during the operation. | 
| errorMessage | String | Error Message: Provides details about the error if any. |