create_hr_task
Create a task linked to an HR case by providing the case sysid and a brief description. Assign a due date and owner to track follow-up actions.
Instructions
Create a task within an HR case (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_date | No | Due date in ISO 8601 format | |
| assigned_to | No | User sys_id or username to assign the task to | |
| hr_case_sysid | Yes | sys_id of the parent HR case | |
| short_description | Yes | Brief description of the task |