wetrack_update_ticket_status
Update a ticket status by specifying the status ID, name, category, and resource. Set the category to TO_DO, IN_PROGRESS, or DONE to reflect the current workflow state.
Instructions
Update a ticket status. Name, category, and resource are all required on update.
Args: status_id: The status ID. name: Status name. category: 'TO_DO', 'IN_PROGRESS', or 'DONE'. resource: 'SPRINT', 'TASK', or 'PROJECT'. description: Optional description. color: Hex color. icon: Icon identifier. pauses_sla: Whether this status pauses SLA timer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | Yes | ||
| color | No | ||
| category | Yes | ||
| resource | Yes | ||
| status_id | Yes | ||
| pauses_sla | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |