---
title: "Post a comment/comments about a specific ticket"
method: POST
path: "/api/v2/organizations/{orgSlug}/ticket-comments/{ticketId}"
tags: ["Ticket Comments"]
---

# Post a comment/comments about a specific ticket

`POST /api/v2/organizations/{orgSlug}/ticket-comments/{ticketId}`

Post a comment/comments about a specific ticket 

 Required scopes: `flex.collaboration.ticketComments.create`

## Path parameters

- `ticketId` string, required
- `orgSlug` string, required

## Request body

- AddTicketCommentDto
  - `text` string, required — The text of the comment.
  - `member` string, required — The member that posts the comment.
  - `isPublic` boolean, required — Boolean that shows whether the comment is public. Comments coming from members can only have public set to "true".

## Response `201`

- TicketCommentResultDto
  - `_id` string — The _id of the item.
  - `text` string — The text of the comment.
  - `target` string — The _id of the target item.
  - `targetType` 'team' | 'member' | 'payment' | 'issue' — The type of the target item.
  - `member` string — The _id of the member who posted the comment.
  - `isPublic` boolean — Boolean that shows whether the comment is public.

---

[API](https://skmtc.dev/officernd/apis/authentication-api.md) · [All operations](https://skmtc.dev/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
