Skip to main content
QUERY
jiraTicketWorklogs(issueKey: ID!, limit: Int, offset: Int): JiraWorklogPage!

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 worklog page.

total
Int!

The total associated with this Jira worklog page.

limit
Int!

The limit associated with this Jira worklog page.

offset
Int!

The offset associated with this Jira worklog page.

The cache associated with this Jira worklog page.

Query
Variables
Response