---
title: "Create Task Comment"
method: POST
path: "/v2/task/{task_id}/comment"
tags: ["Comments"]
---

# Create Task Comment

`POST /v2/task/{task_id}/comment`

Add a new comment to a task.

## Path parameters

- `task_id` string, required

## Query parameters

- `custom_task_ids` boolean
- `team_id` number

## Request body

- object
  - `comment_text` string, required
  - `assignee` integer
  - `group_assignee` string
  - `notify_all` boolean, required — If `notify_all` is true, the creator of the comment will also be notified. Other assignees and watchers on the task are always notified regardless of this setting.

## Response `200`

- object
  - `id` string, required
  - `hist_id` string, required
  - `date` integer, required

---

[API](https://skmtc.net/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.net/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/versions/72216f55b952/schema)
