wetrack_create_ticket_priority
Create a new ticket priority with a name, severity bucket, and resource type. The priority code is auto-derived from the name, making setup direct.
Instructions
Create a new ticket priority. The code is auto-derived from the name.
Args: name: Priority name e.g. 'Blocker' or 'Very High'. priority_type: Severity bucket — 'LOW', 'MEDIUM', 'HIGH', or 'CRITICAL'. resource: Resource type — 'SPRINT', 'TASK', or 'PROJECT'. description: Optional description. color: Hex color. icon: Icon identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | Yes | ||
| color | No | ||
| resource | Yes | ||
| description | No | ||
| priority_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |