export_to_confluence
Sync project concept maps to Confluence as product-readable wiki pages: an index, feature pages, and a changelog. Requires prior setup.
Instructions
Sync the project's concept map to Confluence as product-readable wiki pages: an index page, one page per feature (PM-language descriptions, no file paths), and a changelog page. Mason replaces managed page bodies; manual edits to those bodies are overwritten. Requires mason_set_confluence to have been called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | Yes | Absolute path to the project root directory | |
| spaceKey | No | Override the configured space key | |
| parentPageId | No | Override the configured parent page ID | |
| indexPageTitle | No | Title of the index page (default: 'Mason — System Map') | |
| featurePagePrefix | No | Prefix for each feature page title (default: 'Feature: ') | |
| changelogPageTitle | No | Title of the changelog page (default: 'Mason — Changelog') |