search
Find tickets, wiki pages, and comments across an entire workspace by keyword, returning relevance-ranked results with highlighted excerpts.
Instructions
Search tickets, wiki pages AND ticket comments across a whole workspace in one call, ranked by relevance with a highlighted excerpt. Use this when you know roughly what something is called but not which board or wiki it is on — list_tickets needs a board_uuid, this does not. The reply has FOUR lists: boards and tasks and pages matched their own text, and comments are tickets found by something said ABOUT them — each carries the ticket it belongs to, and a ticket already in tasks is never repeated there. boards is easy to miss and is often the one you want: it is how you find the board a term names without listing every board first. Matches whole words and prefixes, not mid-word substrings: 'deploy' finds 'deployment', 'eploy' finds nothing. Three characters minimum. Returns a short line per hit, not the full ticket or comment — follow up with get_ticket, get_ticket_comments or get_wiki_page. Each excerpt marks the matched words with the control characters \x01 and \x02 rather than with markup; strip them before showing the text to anyone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | ||
| limit | No | Results per kind, tickets and pages counted separately | |
| workspace_uuid | Yes |