create_ticket
Create a new ticket or sub-ticket in a Progresso workspace by providing a title, optional status, board, and description. Use parent_id to attach a sub-ticket under an existing ticket.
Instructions
Create a ticket (or sub-ticket via parent_id). Prefer zz-scratch boards when testing live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | ||
| board_id | No | ||
| parent_id | No | If set, creates a sub-ticket under this parent | |
| description | No |