DiscussionCreateDto

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

FieldDescription
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.