Link Created

Fires when a link is created between tickets.

Fires when a relationship is created between two tickets.

Inputs

This node has no inputs.

Outputs

  • TicketTicket. Carries the ticket that gained the link, or the resolved ticket record when that output is requested. It identifies the ticket that the link event is attached to.
  • Linked TicketTicket. Carries the other ticket in the link, or the resolved ticket record when that output is requested. The executor uses the related ticket sequence from the event payload.
  • RelationString. Carries the link relation name reported by the event. This is the relation label supplied by the link payload, not a full link object.

Example use cases

Propagate blockers

When a "blocks" link is created, comment on the blocked ticket so its owner is aware.

See also