list_work_item_pages
Retrieve all pages associated with a specific work item by providing the project and work item IDs.
Instructions
List all pages linked to a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item
Returns: List of WorkItemPage link objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |