Create Inline Comment
create_inline_commentCreate an inline comment anchored to a selected text passage on a Confluence page, using the page ID and marker reference.
Instructions
Create an inline comment anchored to a text selection on a page.
Args:
page_id: The ID of the page to comment on.
body_value: HTML/storage-format body of the comment.
inline_marker_ref: The marker reference identifying the text selection
(obtained from the page's inline marker data).
body_representation: Body format — 'storage', 'wiki', or 'atlas_doc_format'.
resolved: Whether to create the comment in a resolved state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| resolved | No | ||
| body_value | Yes | ||
| inline_marker_ref | Yes | ||
| body_representation | No | storage |