rt (version 1.0.1)

rt_ticket_links: 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 rt_GET

Value

(rt_api) An rt_api object with the response

Examples

Run this code
# NOT RUN {
# Assuming have a ticket with id 1007, we can get it links by calling
rt_ticket_links(1007)
# }

Run the code above in your browser using DataLab