getMyIssues
getMyIssuesRetrieve issues assigned to the current API user, with filters for status, project, sorting, and pagination.
Instructions
Browse issues assigned to the currently authenticated API-key user without first resolving their user ID. Use getUserWorkload for aggregated workload metrics or listIssues for another assignee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort field and direction, e.g. 'updated_on:desc' | |
| limit | No | ||
| offset | No | ||
| statusId | No | Status filter: open (default), closed, * (all), or a numeric status ID from listStatuses | |
| projectId | No | Project identifier or numeric ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| user | No |