Tasks can have discussions attached to them. These discussions can include text with simple
formatting. Discussion comments are formatted using Markdown
and users should be aware that HTML embedding is not permitted due to the risk of cross-site
attacks and other embedding challenges.
Fields
Field | Description |
---|---|
text string optional | The text of the comment to add to the discussion, in Markdown format. Discussion comments are formatted using Markdown and users should be aware that HTML embedding is not permitted due to the risk of cross-site attacks and other embedding challenges. |
discussionCommentId uuid required | The unique ID of the discussion comment. |
authorId uuid required | The unique ID of the resource that wrote this comment. |
authorName string optional | The unique ID of the resource that wrote this comment. |
createDate date-time required | The timestamp when the comment was created. |
modifyDate date-time optional | The timestamp when the comment was modified, if it is different from the create date. |
emoji DiscussionEmoji optional | The list of emoji reactions to this discussion comment, if any. This object will be null if no emoji reactions have been recorded on this discussion comment. |