Skip to main content
Version: 2.0.0

Comments

AttributeTypeDescription
idTEXTUnique identifier for the comment.
incident_idTEXTForeign key referencing the incident table.
user_idTEXTForeign key referencing the user table.
nameTEXTName or display name of the user who created the comment.
textTEXTThe actual text content of the comment.
created_atTIMESTAMP WITH TIME ZONETimestamp of when the comment was created.
created_byTEXTUser ID of the user who created the comment.
updated_atTIMESTAMP WITH TIME ZONETimestamp of the last update to the comment.
updated_byTEXTUser ID of the user who last updated the comment.
occ_lockINTEGEROptimistic locking field to prevent data inconsistencies.
tenant_idTEXTIdentifier for the tenant or organization to which the comment belongs.

Incident comments are textual notes or updates added to an incident record within an incident management system. They serve as a running log or conversation thread related to the specific incident. Users are able to attach them onto incidents to append real time updates to it.