Get Issue
issue_getRetrieves a single issue from Taiga by its unique ID, providing details like status, assignee, and project. Use to fetch specific issue information for review or updates.
Instructions
Get a single issue by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource id | |
| verbosity | No | Trims the response's fields to cut token cost. "full" (default) = every field Taiga returns. "standard" drops denormalized *_extra_info objects, *_html duplicate fields, and UI-only ordering fields. "minimal" keeps only id/ref/subject/status/assigned_to/project/is_closed. |