Create Threaded Comment

Create a threaded comment.

SecurityAuthorization Token
Request
path Parameters
comment_id
required
number <double>
Request Body schema: application/json
required
comment_text
required
string
assignee
integer <int32>
group_assignee
integer <int32>
notify_all
required
boolean

If notify_all is true, notifications will be sent to everyone including the creator of the comment.

Responses
200
post/v2/comment/{comment_id}/reply
Request samples
application/json
{
  • "comment_text": "Task comment content",
  • "assignee": 183,
  • "group_assignee": "d01f92f-48ca-446d-88a1-0beb0e8f5f14",
  • "notify_all": true
}
Response samples
application/json
{ }