rt_ticket_links: Get RT ticket links

Description Usage Arguments 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

Examples

1
2
3
4
## Not run: 
rt_ticket_links(1007)

## End(Not run)

amoeba/rt documentation built on March 7, 2020, 10:01 a.m.