Comments
addComment(clientId, accessToken, comment) ⇒ Promise
Adds comment to particular task
Kind: global function
Returns: Promise - Modified task data with comments
| Param | Type | Description |
|---|---|---|
| clientId | string | Application ID |
| accessToken | string | Users access token |
| comment | object | Comment object (required) |
| comment.taskId | string | Comments ID (required) |
| comment.body | string | Comments content (required) |
| comment.type | string | Type of comment, wheremarkdown: Comment in Markdown formatchecklist: Comment in following format:(+) marked checklist item (-) unmarked checklist item |