rdms_get_my_bugs
Retrieve bugs assigned to you from Zentao bug tracking systems. Filter by status and set a result limit to streamline bug management.
Instructions
Get bugs assigned to current user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Max results | |
status | No | Filter by status | active |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 20,
"description": "Max results",
"type": "number"
},
"status": {
"default": "active",
"description": "Filter by status",
"type": "string"
}
},
"type": "object"
}