ticket_get
Fetch ticket details behind the current work from the connected ticketing app. Auto-detect from branch name or provide an ID to capture the WHY at session end.
Instructions
Fetch the ticket behind the current work (title, description, type, status) from the connected ticketing app. Use at session end: the ticket carries the WHY that commits lack. Omit the id to auto-detect it from the current branch name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Ticket id, e.g. XXX-2100 or #123; omit to use the current branch's ticket |