Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.15 KB

Comment.md

File metadata and controls

42 lines (33 loc) · 1.15 KB

Comment

Properties

Name Type Description Notes
id Integer
inReplyTo Integer ID of a comment
createdDate OffsetDateTime
createdBy Integer ID of a user
modifiedBy Integer ID of a user
deleted Boolean
status StatusEnum
body CommentBody
commentType CommentTypeEnum
location CommentLocation

Enum: StatusEnum

Name Value
OPEN "OPEN"
CANCELLED "CANCELLED"
COMPLETED "COMPLETED"

Enum: CommentTypeEnum

Name Value
GENERAL "GENERAL"
QUESTION "QUESTION"
PROPOSED_CHANGE "PROPOSED_CHANGE"
ACCEPTED_COMMENT "ACCEPTED_COMMENT"
REJECTED_COMMENT "REJECTED_COMMENT"
ISSUE "ISSUE"
DECISION "DECISION"
DECISION_REQUEST "DECISION_REQUEST"