Skip to main content
QUERY
jiraTicketChanges(issueKey: ID!, limit: Int, offset: Int): JiraChangePage!

Arguments

issueKey
ID!
required

The issue key used to filter or perform the operation.

limit
Int
default:50

Maximum number of records to return. Defaults to 50.

offset
Int
default:0

Number of matching records to skip. Defaults to 0.

items

Items associated with this Jira change page.

total
Int!

The total associated with this Jira change page.

limit
Int!

The limit associated with this Jira change page.

offset
Int!

The offset associated with this Jira change page.

The cache associated with this Jira change page.

Query
Variables
Response