zentao_list_tickets
Retrieve a list of work tickets from Zentao with filters for status, module, and pagination to manage project tasks efficiently.
Instructions
获取禅道工单列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 第几页,默认 1 | |
| limit | No | 每页工单数量,默认 20 | |
| param | No | 模块 ID,默认 0 | |
| orderBy | No | 排序,默认 id_desc | |
| browseType | No | 工单状态:all/wait/doing/done/finishedbyme/openedbyme/assignedtome |