get_epic_by_ref
Retrieve an epic using its human-readable reference number (e.g., #123) by providing the project ID. Ideal when you have the ref instead of the epic ID.
Instructions
Gets an epic by its human-readable reference number (the '#N' shown in Taiga UI). Requires the project_id. Use this instead of get_epic when you have a ref number. verbosity: 'minimal', 'standard' (default), 'full'. Uses default session if session_id not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| ref | Yes | ||
| session_id | No | ||
| verbosity | No | standard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |