wetrack_update_ticket_priority
Update a ticket priority by ID with a new name, severity, resource, description, color, or icon, ensuring ticket priorities reflect current needs.
Instructions
Update a ticket priority by ID.
Args: priority_id: The priority ID. name: New priority name (required — code is auto-derived from it). priority_type: Severity bucket — 'LOW', 'MEDIUM', 'HIGH', 'CRITICAL'. resource: Resource type — 'SPRINT', 'TASK', 'PROJECT'. description: Optional description. color: Hex color. icon: Icon identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | Yes | ||
| color | No | ||
| resource | No | ||
| description | No | ||
| priority_id | Yes | ||
| priority_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |