create_task
Create a new task in an existing case to track investigation steps, with optional description, group, and assignee.
Instructions
Create a new Task inside an existing Case for tracking investigation steps.
Args: case_id (str): The unique ID of the target Case. title (str): Title of the task. description (str, optional): Detailed explanation of the task. group (str, optional): Group category for the task. assignee (str, optional): Login/email of the user assigned to this task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | ||
| title | Yes | ||
| case_id | Yes | ||
| assignee | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |