list_attachments
List all attachments for a specified Taiga item, such as user story, task, issue, epic, or wiki page. Requires object ID, object type, and project ID.
Instructions
List all attachments for an item. object_type: 'user_story', 'task', 'issue', 'epic', or 'wiki_page'. Uses default session if session_id not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | ||
| object_type | Yes | ||
| project_id | Yes | ||
| session_id | No |