confluence_set_page_property
Set or update a content property on a Confluence page. Define a key and JSON value to store metadata like status or priority.
Instructions
Set a content property on a Confluence page.
Creates the property if it doesn't exist, or updates it if it does.
The value is stored as a JSON string.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
key: The property key (e.g. "status", "priority").
value: The property value as a JSON string (e.g. '"done"', '{"score": 5}').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| page_id | Yes |