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

  • TicketrequiredTicket. The ticket whose comments are loaded.

Outputs

  • CommentsList<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.

See also