cigchat_team_ticket_lists_create
Create a new ticket in a team ticket list by supplying the list ID, title, and user namespace, along with any custom field values.
Instructions
create new ticket [POST /team/ticket-lists/{listId}/create] Requires the "Manage Team" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date1 | No | format: Y-m-d, example: 2024-10-15 | |
| date2 | No | format: Y-m-d, example: 2024-10-15 | |
| text1 | No | ||
| text2 | No | ||
| text3 | No | ||
| text4 | No | ||
| text5 | No | ||
| title | Yes | ||
| listId | Yes | List Id | |
| number1 | No | ||
| number2 | No | ||
| rating1 | No | ||
| rating2 | No | ||
| select1 | No | available value can be option_key or option_code | |
| select2 | No | available value can be option_key or option_code | |
| select3 | No | available value can be option_key or option_code | |
| select4 | No | available value can be option_key or option_code | |
| select5 | No | available value can be option_key or option_code | |
| user_ns | Yes | ||
| assignee | No | ||
| datetime1 | No | format: Y-m-d H:i:s in UTC, example: 2024-10-15 14:30:00, null to clear | |
| datetime2 | No | format: Y-m-d H:i:s in UTC, example: 2024-10-15 14:30:00, null to clear | |
| description | No | ||
| multi_select1 | No | option_key, option_code or option name list for column multi_select1, max 10, empty array to clear | |
| multi_select2 | No | option_key, option_code or option name list for column multi_select2, max 10, empty array to clear |