Comment
Represents a comment entity. Use it in an import script.
Extends SubItem.
Properties
Name | Type | Description |
|---|---|---|
attachments | Array.< Attachment > | The files attached to the comment. |
author | The author of the entity. | |
created | string | The date and time when the entity was created. The expected string format is one of those returned by the |
id | string | The ID of the entity. |
type |
| Identifies this object as a comment. YouTrack infers |
updated | string | The date and time when the entity was last updated. The expected string format is one of those returned by the |
updatedBy | The user who last updated the entity. | |
visibleToGroups | Array.< UserGroup > | The user groups that can view the comment. |
visibleToUsers | Array.< User > | The users who can view the comment. If none of the
|