NAME
RT::URI::remote_rt - Internal URIs for linking to tickets in configured remote RT instances
DESCRIPTION
This class should rarely be used directly, but via RT::URI instead.
Represents, parses, and generates internal RT URIs such as:
remote-rt://example.com/ticket/42
example:42
METHODS
Much of the interface below is dictated by RT::URI and RT::URI::base.
Scheme
Returns the URI scheme for remote RT links (remote-rt
). Regardless of the custom schemes (aliases) accepted for input, the internal URIs always use this scheme.
ParseURI URI
Primarily used by RT::URI to set internal state.
Handles URIs like the following:
remote-rt://example/ticket/42
example:42
Returns true on success and false on failure.
AsString
Returns a description of this remote ticket using the configured alias