confluence_copy
Copy a Confluence page under a specified parent page, carrying over attachments, labels, and properties, and return the new page ID.
Instructions
Copy a single Confluence page under a destination parent page (parent_id), giving the copy title. Carries the source page's attachments, labels, and properties (not its restrictions). Single-page copy only. Returns YAML with the new page id. Mirrors omni-dev atlassian confluence copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the new copied page. | |
| page_id | Yes | Source page ID to copy. | |
| parent_id | Yes | Destination parent page ID the copy is placed under. |