---
title: "Add comment"
method: POST
path: "/issue/{issueKey}/comment"
---

# Add comment

`POST /issue/{issueKey}/comment`

This operation is used to add a comment to an existing JIRA issue.

## Path parameters

- `issueKey` string, required

## Request body

- Comment
  - `body` string, required — Body of the comment.

## Response `201`

OK

- CommentResponse
  - `id` string — Unique id of the comment.
  - `body` string — Body of the comment.
  - `created` string, date-time — yyyy-MM-ddTHH:mm:ss.fffZ

---

[API](https://skmtc.dev/azure/apis/jira.md) · [All operations](https://skmtc.dev/azure/apis/jira/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/jira/revisions/764262745dc6/schema)
