---
title: "Updates a Jira Comment"
method: POST
path: "/api/v1/jira/ticket/{id}/comment/{commentId}"
tags: ["Jira"]
---

# Updates a Jira Comment

`POST /api/v1/jira/ticket/{id}/comment/{commentId}`

## Path parameters

- `id` string, required
- `commentId` string, required

## Request body

- JiraIssueComment
  - `ticketId` string, nullable
  - `id` string, nullable
  - `author` string, nullable
  - `authorIsServiceAccount` boolean
  - `email` string, nullable
  - `name` string, nullable
  - `companyDisplayName` string, nullable
  - `body` string, nullable
  - `createdDate` string, date-time, nullable
  - `updatedDate` string, date-time, nullable
  - `visibility` string, nullable
  - `allowUpdate` boolean

## Response `200`

OK

---

[API](https://skmtc.dev/q2developer/apis/q2-portal-web-server.md) · [All operations](https://skmtc.dev/q2developer/apis/q2-portal-web-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/q2developer/q2-portal-web-server/revisions/7225eea22612/schema)
