attach_page_to_work_item
Link a specific page to a work item in a project, associating documentation or notes directly with tasks for better organization and context.
Instructions
Link a page to a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item page_id: UUID of the page to link
Returns: WorkItemPage link object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| project_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| page | No | ||
| issue | No | ||
| project | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| updated_at | No |