Add Link

Create a link between two tickets.

Creates a typed link between two tickets.

Inputs

  • From TicketrequiredTicket. Selects the ticket that will own the new link.
  • To TicketrequiredTicket. Selects the ticket that will be linked to the source ticket.
  • Link TyperequiredLink. Selects the relation type to create between the two tickets.

Outputs

  • SignalBoolean. Indicates the link was created successfully and downstream execution may continue.

Example use cases

Relate duplicates

When a Condition detects a duplicate, add a duplicate-of link from the new ticket to the original.

See also