Paged wrapper returned by GET /rest/api/latest/issue/{key}/comment.

interface JiraCommentResponse {
    comments: JiraComment[];
    maxResults: number;
    startAt: number;
    total: number;
}

Properties

comments: JiraComment[]

Comments in this page

maxResults: number

Maximum number of comments returned

startAt: number

Index of the first comment

total: number

Total number of comments