---
title: "POST /v1/{+parent}/issueComments"
method: POST
path: "/v1/{+parent}/issueComments"
tags: ["projects"]
---

# POST /v1/{+parent}/issueComments

`POST /v1/{+parent}/issueComments`

Creates an issue comment.

## Path parameters

- `parent` string, required

## Request body

- IssueComment — IssueComment represents a comment on an issue.
  - `body` string — Required. The comment body.
  - `createTime` string, google-datetime — Output only. Creation timestamp.
  - `name` string — Identifier. Unique identifier for an issue comment. The comment id is generated by the server. Format: `projects/{project}/locations/{location}/repositories/{repository}/issues/{issue}/issueComments/{comment_id}`
  - `updateTime` string, google-datetime — Output only. Last updated timestamp.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/securesourcemanager.md) · [All operations](https://skmtc.net/google/apis/securesourcemanager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/securesourcemanager/versions/4c9890b46a17/schema)
