op_list_time_entries
Retrieve logged time entries with durations in ISO-8601 and decimal formats, including totals, to see time spent on projects or work packages without manual calculations.
Instructions
List logged time. Hours are returned both as ISO-8601 duration and as a decimal, plus a total, so "how much time went into this" needs no arithmetic downstream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Latest spentOn, YYYY-MM-DD. Requires "from". | |
| from | No | Earliest spentOn, YYYY-MM-DD. Requires "to". | |
| user | No | "me", or a user id. | |
| project | No | Project identifier. Defaults to OPENPROJECT_PROJECT_ID. | |
| pageSize | No | Default 200. | |
| workPackage | No | Only entries against this work package id. |