my_work
Fetch work items assigned to the authenticated user, optionally per project, with an option to include completed items for standup or review.
Instructions
List work items assigned to the authenticated user (from /users/me), optionally scoped to one project — the 'what am I working on' / standup view. By default only open items; set include_closed=true to see finished ones too. Relies on the assignee data the list endpoint returns inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown | |
| project_id | No | ||
| include_closed | No |