Description Usage Arguments Value Examples
View source: R/rt_ticket_links.R
Gets the ticket links for a single ticket. If applicable, the following
fields will be returned: HasMember,
ReferredToBy, DependedOnBy, MemberOf, RefersTo,
and DependsOn.
| 1 | rt_ticket_links(ticket_id, ...)
 | 
| ticket_id | (numeric) The ticket identifier | 
| ... | Other arguments passed to  | 
(rt_api) An rt_api object with the response
| 1 2 3 4 5 | ## Not run: 
# Assuming have a ticket with id 1007, we can get it links by calling
rt_ticket_links(1007)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.