confluence_replace_mention
Replace all @mentions of one user with another on a Confluence page in a single operation.
Instructions
Replace all @mentions of one user with another on a Confluence page.
Fetches the page, searches for mention nodes matching find_user, looks up
the replace_user's account ID, swaps the mentions, and pushes in one step.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
find_user: Name to find (partial match on mention text, e.g. "Ali").
replace_user: Name to replace with (searched in Confluence users, e.g. "Mark").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| find_user | Yes | ||
| replace_user | Yes |