This Apex-defined type represents a pair, used to describe a relation between a Jira Issue and a Salesforce record. This type is useful for Issue link, unlink and delete Flow Actions.
|
Field |
Type |
Description |
|---|---|---|
|
recordId |
Id |
The related Salesforce record Id. |
|
issueKey |
String |
The Jira Issue key. |