Add Comment

Add a comment to a ticket.

Posts a comment on a ticket, static or dynamically composed.

Inputs

  • TicketrequiredTicket. Provides the ticket that receives the comment. The action uses it to look up the target ticket before calling the comment service.
  • TextString. Supplies the comment text when connected from upstream. If it is empty, the executor falls back to the config field before failing.

Outputs

  • SignalBoolean. Indicates the comment was added successfully. This is the action completion signal that can gate downstream nodes.

Configuration

  • Comment TextText. Sets the default comment body. It is used only when the upstream text input is missing or blank, and the action fails if neither source provides text.

Example use cases

Templated update

Connect a Rich Text constant with interpolation to mention the assignee and reference the ticket.

See also