rt_ticket_links: Get a ticket's links

Description Usage Arguments Value Examples

View source: R/rt_ticket_links.R

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

1
rt_ticket_links(ticket_id, ...)

Arguments

ticket_id

(numeric) The ticket identifier

...

Other arguments passed to rt_GET

Value

(rt_api) An rt_api object with the response

Examples

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)

rt documentation built on May 15, 2021, 9:06 a.m.