jira_worklog_list
Retrieve worklog entries for a JIRA issue by key. Returns YAML-formatted logs, with an optional limit to control the number of entries.
Instructions
List worklog entries on a JIRA issue. Returns YAML. Mirrors omni-dev atlassian jira worklog list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | JIRA issue key (e.g., `PROJ-123`). | |
| limit | No | Maximum number of worklogs to return. `0` means unlimited (default 50). |