wetrack_create_ticket_status
Create custom ticket statuses by defining name, lifecycle stage, resource type, and optional SLA pause, color, and icon to match your workflow.
Instructions
Create a new ticket status.
Args: name: Status name e.g. 'In Progress'. category: Lifecycle stage — 'TO_DO', 'IN_PROGRESS', or 'DONE'. resource: Resource type — 'SPRINT', 'TASK', or 'PROJECT'. description: Optional description. color: Hex color e.g. '#3B82F6'. icon: Icon identifier. pauses_sla: Whether this status pauses SLA timer (default: False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | Yes | ||
| color | No | ||
| category | Yes | ||
| resource | Yes | ||
| pauses_sla | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |