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 |
Name | Value |
---|---|
OPEN | "OPEN" |
CANCELLED | "CANCELLED" |
COMPLETED | "COMPLETED" |
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" |