Search work packages
search_work_packagesFind work packages by full-text search or browse recently updated open ones. Returns id, type, status, project, assignee, and dates for each match.
Instructions
Search work packages (tasks, bugs, milestones) by full text. Without a query it lists the most recently updated open ones. Returns id, subject, type, status, project, assignee and dates. Pass a returned id to get_work_package for the full description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return. Default 25. | |
| query | No | Full-text search across subject and description. | |
| projectId | No | Restrict to one project, using an id from list_projects. | |
| assignedToMe | No | Only work packages assigned to the account this server authenticates as. | |
| includeClosed | No | Also return closed work packages. Default false. |