update_ticket_status
Set a ticket's status by providing its ID and the new status. The tool confirms the change, allowing HR assistants to track onboarding requests efficiently.
Instructions
Update the status of a ticket. :param ticket_id: Ticket ID :param status: New status of the ticket :return: Confirmation message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| ticket_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |