get_worklogs
Retrieve worklogs for the authenticated user within a specified date range, with optional filtering by issue key, to track time entries in JIRA.
Instructions
Retrieve worklogs for authenticated user and date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | Start date in YYYY-MM-DD format | |
| endDate | No | End date in YYYY-MM-DD format (optional, defaults to startDate) | |
| issueKey | No | Optional filter by specific issue key (e.g., PROJ-1234) |