Skip to main content

add_comment

Function add_comment 

Source
pub fn add_comment(
    store: &Store,
    ticket_id: &str,
    author: &str,
    body: &str,
    now: DateTime<Utc>,
) -> Result<String>
Expand description

Append a comment to a ticket. Returns the new comment ID.