parse_ticket_create_body {rt} | R Documentation |
Parse an RT ticket create response body and return the ticket ID
Description
This function essential parses the text:
"# Ticket 1 created."
Usage
parse_ticket_create_body(body)
Arguments
body |
(character) The ticket create response body |
Value
(numeric) The ticket ID
[Package rt version 1.1.0 Index]