Comments allow team members to discuss and collaborate on work items by adding text, mentions, and attachments. Learn more about Work Item Comments →Documentation Index
Fetch the complete documentation index at: https://developers.plane.so/llms.txt
Use this file to discover all available pages before exploring further.
The Comments object
Attributes-
iduuid Unique identifier for the comment -
created_attimestamp The timestamp when the comment was created -
updated_attimestamp The timestamp when the comment was last updated -
deleted_attimestamp or null The timestamp when the comment was deleted (if deleted) -
edited_attimestamp or null The timestamp when the comment was last edited -
comment_htmlstring HTML string version of the comment -
comment_strippedstring Stripped string version of the comment -
comment_jsonobject JSON object version of the comment -
attachmentsstring[] Array of attachment URLs -
accessstring If the comment should be visible externally also if the project is published or not. Takes in two values- INTERNAL
- EXTERNAL
-
external_sourcestring External source identifier -
external_idstring External ID from the external source -
is_memberboolean Whether the current user is a member of the project -
created_by,updated_byuuid These values are auto saved and represent the id of the user that created or updated the comment -
projectuuid It contains project uuid which is automatically saved. -
workspaceuuid It contains workspace uuid which is automatically saved -
issueuuid The work item the comment is attached to -
actoruuid UUID of the user who commented.

