Rich Text

A rich text constant with dynamic argument substitution.

Composes formatted content with interpolated mentions and ticket references.

Dynamic ports

A resolver exposes one interpolation arg input per ${ArgA}, ${ArgB}, … mention or reference used in the content, growing the list one empty slot at a time as inputs are connected, so the formatted text can splice in upstream values.

Inputs

  • ArgArepeatsAny. Provides the first substitution argument referenced in the content as ${ArgA}. The node exposes ArgA, ArgB, and later slots one at a time as earlier inputs are wired.

Outputs

  • ValueString. Represents the configured rich text content.

Configuration

  • ContentRichtext. Controls the rich text content emitted by the node.

Example use cases

Mention and reference

Write a comment that @-mentions the assignee and #-references a related ticket.

See also