Triggers when a new comment was added to the task
{
event: 'TaskCommentCreated',
data: {
userId: uuid,
comments: [ < CommentSchema > ]
},
teamId: uuid
}
Triggers when a new comment was added to the task
{
event: 'TaskCommentCreated',
data: {
userId: uuid,
comments: [ < CommentSchema > ]
},
teamId: uuid
}