Confluence · Arazzo Workflow
Confluence Reply to a Page Comment Thread
Version 1.0.0
List the footer comments on a page, read the thread being answered, post a reply, and read the thread back.
View Spec
View on GitHub
CollaborationContent ManagementDocumentationKnowledge BaseWikiArazzoWorkflows
Provider
Workflows
reply-to-comment-thread
Post a threaded reply to an existing footer comment on a Confluence page.
Lists a page's footer comments, reads the parent comment, creates a nested reply, and reads the parent's children back to verify the reply is attached.
1
listPageComments
getFooterComments
List the footer comments on the page in storage format so the caller can see the thread it is about to join.
2
readParentComment
getCommentById
Read the comment being answered to confirm it exists, is still current, and is anchored to the page the caller supplied.
3
postReply
createFooterComment
Create the reply as a footer comment nested under the parent by supplying both the pageId and the parentCommentId.
4
readThreadBack
getChildComments
Read the parent comment's children to confirm the new reply is attached to the thread rather than orphaned at the page level.