Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 611 Bytes

File metadata and controls

18 lines (10 loc) · 611 Bytes

ChangeRequestIssueModel

Model representing an issue encountered with a Change Request.

Properties

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.