CommentEntity

Backend

Структура CommentEntity :

  "_id" : ObjectId,
  "createdBy" : ObjectId,
  "editedBy" : ObjectId|null,
  "issueId" : ObjectId,
  "organizationId" : ObjectId,
  "text" : string,
  "createTime" : int,
  "editTime" : int|null