Get Ticket Links

Loads the links for a ticket.

Loads every link on a ticket, emitting one entry per related ticket together with its relation type so a graph can traverse blockers and related work.

Inputs

  • TicketrequiredTicket. The ticket whose links are loaded.

Outputs

  • LinksList<Link>. One entry per link, each carrying the related ticket and its relation type.

Example use cases

Cascade across blockers

Iterate the links to find blocking tickets, then comment on or transition each related ticket.

See also