RT 4.0.25 Documentation

This version has reached its end of life and is out of support. Please contact us for upgrade assistance.

RT::Links

Go to latest version →

NAME

  RT::Links - A collection of Link objects

SYNOPSIS

  use RT::Links;
  my $links = RT::Links->new($CurrentUser);

DESCRIPTION

METHODS

LimitRefersTo URI

find all things that refer to URI

LimitReferredToBy URI

find all things that URI refers to

NewItem

Returns an empty new RT::Link item

if linked to a local ticket and is deleted, then the link is invalid.

← Back to index