Jira · Arazzo Workflow
Jira Read an Issue Comment Thread and Reply
Version 1.0.0
Read an issue, page through its comment thread oldest-first, then add a reply.
Provider
Workflows
comment-thread-reply
Read a Jira issue comment thread and append a reply to it.
Confirms the issue is visible, retrieves a page of its comments ordered by creation date, and posts a new comment in Atlassian Document Format.
1
readIssue
getIssue
Read the issue to confirm it is visible to the caller and to capture the summary and status that give the thread its context.
2
readComments
getComments
Page the comment thread oldest-first, rendering bodies to HTML so the caller can mirror the thread without parsing Atlassian Document Format.
3
addReply
addComment
Post the reply into the thread as an Atlassian Document Format document, optionally restricting it to a single project role.