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.
pub fn update_ticket(
store: &Store,
id: &str,
patch: TicketPatch,
actor: &str,
now: DateTime<Utc>,
) -> Result<Ticket>Apply a TicketPatch and persist. Returns the updated ticket.