get_my_bugs
List bugs assigned to you with optional filters for status, keyword, product, project, or project set.
Instructions
List bugs assigned to me (supports status/keyword/limit/page filter). For project-set scope, prefer projectSetId or /my/bug instead of relying on list_my_projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Default 1 | |
| path | No | Optional safe list path override. Allowed values: /bugs, /my/bug, /my/bugs. | |
| limit | No | Default 20, max 200 | |
| status | No | Optional status filter, e.g. active/resolved/closed | |
| keyword | No | Optional keyword in title/steps/severity/pri | |
| productId | No | Optional product id (for instances requiring product scope) | |
| projectId | No | Optional project id. Directly query /projects/{id}/bugs, no cross-project merge. | |
| projectSetId | No | Optional project-set id. Prefer this when bugs are under project-set scope, especially if no concrete project exists. |