Get Tickets
get_ticketsRetrieve full ticket bodies for multiple IDs in a single call, fetching only the tickets you work on after viewing the board.
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. |