v1.17 v1.16 v1.14 Jira Cloud Jira Data Center Jira Server
Auto Light Dark
Auto Light Dark
v1.17 v1.16 v1.14 Jira Cloud Jira Data Center Jira Server

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.