ZFlowIssueLinksValue
This Apex-defined type holds the information needed to create an Issue Link in Jira. It can be used when creating or updating Jira Issues in Flows.
| Field | Type | Description | 
|---|---|---|
| linkTypeName | String | Link Type Name: The name of the link type (e.g., "blocks", "relates to", “duplicates“) | 
| outwardIssueKey | String | Outward Issue Key: The key of the Issue that this Issue links outward to (e.g., the current Issue blocks this one) | 
| inwardIssueKey | String | Inward Issue Key: The key of the Issue that links inward to this Issue (e.g., this Issue is blocked by another) |