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