Get Tickets
get_ticketsFetch full ticket bodies for multiple ticket IDs in a single call, enabling agents to view complete issue details without re-parsing prose.
Instructions
Full bodies for a list of Ticket ids, in one call. Use after get_board, only for the Tickets you actually work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Ticket ids, e.g. ["T12","T14"], resolved repo-wide. A Legacy Ticket with no id is fetched by the <effort>#<order> handle its Board line shows. | |
| root | No | Workspace directory. Defaults to the session workspace. |