Skip to main content
QUERY
jiraTicketComments(issueKey: ID!, limit: Int, offset: Int, snapshotTotal: Int): JiraCommentPage!

Arguments

issueKey
ID!
required

Issue key whose comments to read.

limit
Int
default:50

Maximum comments in this page.

offset
Int
default:0

Number of newer comments already read.

snapshotTotal
Int

Total from the first page, anchoring older offsets while new comments arrive.

items

Comments in chronological order within this page.

total
Int!

Total comments in the observed snapshot.

limit
Int!

Maximum requested comments per page.

offset
Int!

Number of newer comments skipped.

Cache provenance for this page.

Query
Variables
Response