rt (version 1.0.1)

rt_ticket_history_comment: Comment on a ticket

Description

Comment on a ticket

Usage

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

Run this code
# NOT RUN {
rt_ticket_history_comment(1, "Your comment here...")
# }

Run the code above in your browser using DataLab