list_worklogs
Query work logs for a Jira user within a date range, optionally filtered by project. Get aggregate summary per issue or detailed entries with worklog IDs for editing.
Instructions
Truy vấn worklog của 1 user trong khoảng thời gian. Mặc định: current user, tháng hiện tại, summary aggregate theo issue. detail=true: show từng worklog entry với worklogId (dùng để lấy ID cho delete_worklog). Use case: 'tháng này tôi log bao nhiêu giờ', 'liệt kê chi tiết worklog tuần qua'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | Username Jira (không phải display name). Bỏ trống = current user. | |
| dateFrom | No | Ngày bắt đầu YYYY-MM-DD. Bỏ trống = ngày 1 tháng hiện tại. | |
| dateTo | No | Ngày kết thúc YYYY-MM-DD. Bỏ trống = hôm nay. | |
| projectKey | No | Filter theo project key, VD: 'VNPTAI'. Bỏ trống = tất cả. | |
| detail | No | true = show từng worklog entry với worklogId (dùng cho delete_worklog). false/bỏ trống = summary aggregate theo issue. |