rt_ticket_history_reply: Add ticket history reply

Description Usage Arguments Examples

View source: R/rt_ticket_history_reply.R

Description

Add a response to an existing ticket

Usage

1
2
3
4
5
6
7
8
9
rt_ticket_history_reply(
  ticket_id,
  text,
  cc = NULL,
  bcc = NULL,
  time_worked = "0",
  attachment_path = NULL,
  ...
)

Arguments

ticket_id

(numeric) The ticket identifier

text

(character) Text that to add as a comment

cc

(character) Email for cc

bcc

(character) Email for bcc

time_worked

(character)

attachment_path

(character) Path to a file to upload

...

Other arguments passed to rt_POST

Examples

1
2
3
4
5
6
7
## Not run: 
rt_ticket_history_reply(11,
                        "Thank you.

                        Have a great day!")

## End(Not run)

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