Create Footer Comment
create_footer_commentCreate a comment on a Confluence page or blog post, or reply to an existing comment, using the provided target ID and content.
Instructions
Create a footer comment on a page or blog post, or reply to an existing comment.
Provide exactly one of page_id, blogpost_id, or parent_comment_id.
Args:
body_value: Comment body content.
page_id: Page to comment on.
blogpost_id: Blog post to comment on.
parent_comment_id: Parent comment ID (to create a reply).
body_representation: Format of body_value — storage (default), wiki, atlas_doc_format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | No | ||
| body_value | Yes | ||
| blogpost_id | No | ||
| parent_comment_id | No | ||
| body_representation | No | storage |