List Epic's Linked User Stories
epic_related_user_storiesList user stories linked to an epic by providing its ID. Supports pagination and verbosity options for tailored responses.
Instructions
List the user stories linked to an epic. Response is { items, pagination }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Epic id | |
| page | No | 1-indexed page number | |
| page_size | No | Items per page. Default 30. | |
| 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. |