Expand description
Ticket status handlers.
Provides endpoints to open or close a ticket in a module.
Access control is enforced via the is_valid
function, which ensures the
user has permission to modify the ticket. Only the ticket owner or
authorized users can perform these actions.
Functionsยง
- close_
ticket - Closes a ticket.
- open_
ticket - Opens a ticket.