Endpoints for issue comment create/update/delete and fetch issue comment details
POST/api/v1/workspaces/:slug/projects/:project_id/issues/:issue_id/comments/
Add a new comment to a work item with HTML content.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
Work item comment created successfully
Invalid request data provided
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
Issue not found
Resource with same external ID already exists