Endpoints for issue comment create/update/delete and fetch issue comment details
GET/api/v1/workspaces/:slug/projects/:project_id/issues/:issue_id/comments/
Retrieve all comments for a work item.
Request
Responses
- 200
- 401
- 403
- 404
Paginated list of work item comments
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
Issue not found