Create Task Comments
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
Request
Response
True if the API call succeeded; false otherwise.
Bearer authentication of the form Bearer <token>
, where token is your auth token.
True if the API call succeeded; false otherwise.
Adds a Markdown-formatted comment to a task.
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.
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.
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.