Read a List of Issue Comments
GET {{baseUrl}}/issues/:id/comments?fields=id,author(login,name,id),deleted,text,updated,visibility(permittedGroups(name,id),permittedUsers(id,name,login))
Get all accessible comments of the specific issue.
Put the ID of the issue into the sampleIssue
variable or replace the variable with the issue ID in the URL.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |