create_ticket
Create a service-scoped ticket in Sciple, specifying title, type, priority, severity, dates, assignee, and tags to track and resolve work outside a project.
Instructions
Create a SERVICE-LEVEL ticket (not bound to a project).
Use this when the user explicitly wants a service-scoped ticket. For
tickets that should live in a project, use create_project_ticket
instead — it returns a display id like "KEY-NNN" and supports custom
fields.
Args: title: Short summary (1-200 chars). ticket_type: One of epic / story / task / subtask / bug. Default task. description: Optional longer body (markdown). priority: One of low / medium / high / urgent. Default medium. severity: One of minor / major / critical, or None. primary_service_id: Service the ticket is primarily about. parent_ticket_id: Parent ticket id (for subtasks under a story, etc.). assignee_user_id: User id to assign to. start_date: ISO 8601 date string "YYYY-MM-DD". due_date: ISO 8601 date string "YYYY-MM-DD". tags: Optional list of tag strings. affected_service_ids: List of additional service ids affected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| due_date | No | ||
| priority | No | medium | |
| severity | No | ||
| start_date | No | ||
| description | No | ||
| ticket_type | No | task | |
| assignee_user_id | No | ||
| parent_ticket_id | No | ||
| primary_service_id | No | ||
| affected_service_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |