Model representing an issue encountered with a Change Request.
| Name | Type | Description | Notes |
|---|---|---|---|
| changeRequestIssueId | Long | Identifier of the Change Request issue. | |
| issueType | ChangeRequestIssueType | ||
| issueDetails | String | Description of the issue. | |
| issueDetectedAt | OffsetDateTime | The UTC date and time when the issue was detected. | |
| issueFixedAt | OffsetDateTime | Optional UTC date and time when the issue was fixed. |