pylon_create_issue
Create a new support issue or ticket in Pylon with title, description, status, and priority, and optionally assign it to a team member.
Instructions
Create a new support issue/ticket in Pylon.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| description | Yes | ||
| status | Yes | "open", "in_progress", "pending", "resolved", or "closed" | |
| priority | Yes | "low", "medium", "high", or "urgent" | |
| assignee | No | Team member email or user ID to assign (optional) |