rt_ticket_history_comment: Add ticket history comment

Description Usage Arguments Examples

View source: R/rt_ticket_history_comment.R

Description

Add a comment to an existing ticket

Usage

1
rt_ticket_history_comment(ticket_id, comment_text, ...)

Arguments

ticket_id

(numeric) The ticket identifier

comment_text

(character) Text that to add as a comment

...

Other arguments passed to rt_POST

Examples

1
2
3
4
## Not run: 
rt_ticket_history_comment(1, "Your comment here...")

## End(Not run)

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