Appearance
Comments allow team members to discuss and collaborate on work items by adding text, mentions, and attachments.
Learn more about Work Item Comments
id uuid
id
Unique identifier for the comment
created_at timestamp
created_at
The timestamp when the comment was created
updated_at timestamp
updated_at
The timestamp when the comment was last updated
deleted_at timestamp or null
deleted_at
The timestamp when the comment was deleted (if deleted)
edited_at timestamp or null
edited_at
The timestamp when the comment was last edited
comment_html string
comment_html
HTML string version of the comment
comment_stripped string
comment_stripped
Stripped string version of the comment
comment_json object
comment_json
JSON object version of the comment
attachments string[]
attachments
Array of attachment URLs
access string
access
If the comment should be visible externally also if the project is published or not. Takes in two values
external_source string
external_source
External source identifier
external_id string
external_id
External ID from the external source
is_member boolean
is_member
Whether the current user is a member of the project
created_by , updated_by uuid
created_by
updated_by
These values are auto saved and represent the id of the user that created or updated the comment
project uuid
project
It contains project uuid which is automatically saved.
workspace uuid
workspace
It contains workspace uuid which is automatically saved
issue uuid
issue
The work item the comment is attached to
actor uuid
actor
UUID of the user who commented.
{ "id": "f3e29f26-708d-40f0-9209-7e0de44abc49", "created_at": "2023-11-20T09:26:10.383129Z", "updated_at": "2023-11-20T09:26:10.383140Z", "comment_stripped": "Initialf ThoughtsaMy initial thoughts on this are very good", "comment_json": {}, "comment_html": "<h1>Initialf Thoughts</h1>a<p>My initial thoughts on this are very good</p>", "attachments": [], "access": "INTERNAL", "created_by": "16c61a3a-512a-48ac-b0be-b6b46fe6f430", "updated_by": "16c61a3a-512a-48ac-b0be-b6b46fe6f430", "project": "4af68566-94a4-4eb3-94aa-50dc9427067b", "workspace": "cd4ab5a2-1a5f-4516-a6c6-8da1a9fa5be4", "issue": "e1c25c66-5bb8-465e-a818-92a483423443", "actor": "16c61a3a-512a-48ac-b0be-b6b46fe6f430" }
Overview
Comments allow team members to discuss and collaborate on work items by adding text, mentions, and attachments.
Learn more about Work Item Comments
The Comments Object
Attributes
iduuidUnique identifier for the comment
created_attimestampThe timestamp when the comment was created
updated_attimestampThe timestamp when the comment was last updated
deleted_attimestamp or nullThe timestamp when the comment was deleted (if deleted)
edited_attimestamp or nullThe timestamp when the comment was last edited
comment_htmlstringHTML string version of the comment
comment_strippedstringStripped string version of the comment
comment_jsonobjectJSON object version of the comment
attachmentsstring[]Array of attachment URLs
accessstringIf the comment should be visible externally also if the project is published or not. Takes in two values
external_sourcestringExternal source identifier
external_idstringExternal ID from the external source
is_memberbooleanWhether the current user is a member of the project
created_by,updated_byuuidThese values are auto saved and represent the id of the user that created or updated the comment
projectuuidIt contains project uuid which is automatically saved.
workspaceuuidIt contains workspace uuid which is automatically saved
issueuuidThe work item the comment is attached to
actoruuidUUID of the user who commented.