Link Deleted

Fires when a link is deleted between tickets.

Fires when a relationship between two tickets is removed.

Inputs

This node has no inputs.

Outputs

  • TicketTicket. Carries the ticket that lost the link, or the resolved ticket record when that output is requested. It is the primary ticket from the delete event.
  • Linked TicketTicket. Carries the other ticket that was linked, or the resolved ticket record when that output is requested. It refers to the ticket that was disconnected from the primary ticket.
  • RelationString. Carries the link relation name reported by the event. This lets downstream nodes distinguish which link type was removed.

Example use cases

Unblock notifications

When a blocking link is removed, notify the previously blocked ticket that it can proceed.

See also