Endpoints for issue comment create/update/delete and fetch issue comment details
PATCH/api/v1/workspaces/:slug/projects/:project_id/issues/:issue_id/comments/:pk/
Modify the content of an existing comment on a work item.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
Work item comment updated successfully
Invalid request data provided
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
Comment not found
Resource with same external ID already exists