rt (version 1.0.1)

rt_ticket_properties: Get a ticket's properties

Description

Retrieves ticket properties

Usage

rt_ticket_properties(ticket_id, ...)

Arguments

ticket_id

(numeric) The ticket identifier

...

Other arguments passed to rt_GET

Value

(list) A list of the ticket's properties

Examples

Run this code
# NOT RUN {
rt_ticket_properties(15)
# }

Run the code above in your browser using DataCamp Workspace