get_my_work
Retrieve GitHub Projects v2 work items assigned to the authenticated user, with optional filters for done/archived status. Use login only as compatibility assertion; it cannot override identity.
Instructions
Return work assigned to the authenticated GitHub identity. The optional login is accepted only as a compatibility assertion and cannot override authenticated identity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | No | ||
| login | No | ||
| owner | Yes | ||
| number | Yes | ||
| includeDone | No | ||
| includeArchived | No |