ZFlowJiraUser
This Apex-defined type holds information about a Jira user account, including both their identifier and full name.
| Field | Type | Description | 
|---|---|---|
| userIdentifier | String | User Identifier Holds the Jira user identifier. Depending on the Jira version, this could be either an Account Id (Jira Cloud) or a Username (Jira Data Center). | 
| userDisplayName | String | User Display Name Holds the display name of the Jira user. |