rt_ticket_links {rt} | R Documentation |
Get a ticket's links
Description
Gets the ticket links for a single ticket. If applicable, the following
fields will be returned: HasMember
,
ReferredToBy
, DependedOnBy
, MemberOf
, RefersTo
,
and DependsOn
.
Usage
rt_ticket_links(ticket_id, ...)
Arguments
ticket_id |
(numeric) The ticket identifier |
... |
Other arguments passed to |
Value
(rt_api) An rt_api
object with the response
Examples
## Not run:
# Assuming have a ticket with id 1007, we can get it links by calling
rt_ticket_links(1007)
## End(Not run)
[Package rt version 1.1.0 Index]