rt_ticket_history_comment: Comment on a ticket

Description Usage Arguments Value Examples

View source: R/rt_ticket_history_comment.R

Description

Comment on a 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

Value

(numeric) The ID of the ticket

Examples

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

## End(Not run)

NCEAS/rt documentation built on June 7, 2021, 11 a.m.