Skip to main content

update_ticket

Function update_ticket 

Source
pub fn update_ticket(
    store: &Store,
    id: &str,
    patch: TicketPatch,
    actor: &str,
    now: DateTime<Utc>,
) -> Result<Ticket>
Expand description

Apply a TicketPatch and persist. Returns the updated ticket.