get_issue_worklog
Retrieve worklogs for a Jira issue by ID or key, with optional time filters, pagination, and expanded details.
Instructions
Get issue worklogs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Use [expand](#expansion) to include additional information about worklogs in the response. This parameter accepts`proper | |
| startAt | No | The index of the first item to return in a page of results (page offset). | |
| maxResults | No | The maximum number of items to return per page. | |
| issueIdOrKey | Yes | The ID or key of the issue. | |
| startedAfter | No | The worklog start date and time, as a UNIX timestamp in milliseconds, after which worklogs are returned. | |
| startedBefore | No | The worklog start date and time, as a UNIX timestamp in milliseconds, before which worklogs are returned. |