Comment on a task


POST /api/project/:projectId/task/:taskId/task_comment

Comment on the specified task.

Endpoint URL

https://<space_id>.repsona.com/api/project/:projectId/task/:taskId/task_comment

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringProject ID
taskId*stringTask ID

Body parameters

NameTypeDescription
comment*stringComment
parentnumberReply to comment ID

Example responses

{
  "requestedBy": 1,
  "project": 1,
  "taskComment": {
    "createdAt": 1672498800000,
    "updatedAt": 1672498800000,
    "id": 1746,
    "deletedAt": null,
    "comment": "This is my comment.",
    "space": 1,
    "user": 1,
    "parent": null,
    "task": 2
  }
}

Human-centered, best team!

Repsona is an ideal work management tool for your team
Get started for free