ZCIssueMetaResult
This Apex-defined type holds the necessary Issue fields metadata required for creating or updating Issues and for building custom Jira Issue flow screens.
Field | Type | Description |
---|---|---|
connectionId | String | Jira Connection Id: The unique identifier for the Jira connection. (e.g., "j00"). |
issueMeta | String | Issue Metadata: Contains the list of fields allowed for editing or creating Issues in Jira (as a JSON String). This is used for rendering custom Issue screens and for creating or updating Issues in Flows. |
projectKey | String | The project key where the Jira Issue is intended to be created. Applicable to Issue creation only. |
issueTypeId | String | The Issue type Id for the Jira Issue. Applicable to Issue creation only. |
issueKey | String | Specifies the Issue Key to be updated. Applicable to Issue update only. |
This Apex-Defined must be constructed only by calling zAgileConnect Flow Actions that retrieve create/update Issue metadata. It is not intended to be created or set by users.