Get Ticket Comments
Loads the comments for a ticket.
Loads every comment on a ticket in chronological order, including author details, so a graph can audit or summarize the discussion.
Inputs
- Ticketrequired — Ticket. The ticket whose comments are loaded.
Outputs
- Comments — List<Comment>. One entry per comment in chronological order, including author and timestamp.
Example use cases
Summarize the discussion
Collect the comments and feed them into a rich-text action to post a digest of the conversation.