When using the Atlassian MCP server to update Confluence pages via the updateConfluencePage tool, status macros (created with the /status command in Confluence) are converted to plain text.
Steps to reproduce:
/status macro)updateConfluencePage tool to update the page contentExpected behavior:
Status macros should be preserved when updating page content, maintaining their colored tag formatting.
Actual behavior:
The /status macro formatting is lost and replaced with plain text (e.g., "ACCEPTED" instead of a green status tag).
Context:
We use ADR (Architecture Decision Records) pages with a Decision Summary table that includes a Status column with colored status tags. When programmatically updating other parts of the ADR via MCP, the status column loses its formatting.
*Disclaimer: I couldn't figure out how to raise an issue in Github (access issue probably) so posting here until redirected hah.