Query
Variables
Response
Queries
jiraTicketChanges
Returns a Jira change page.
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.
Returns
items
[JiraChange!]!
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.
cache
The cache associated with this Jira change page.
Query
Variables
Response