create_hr_task
Add a task to an HR case by supplying the case ID and a short description. Optionally, assign a user and set a due date.
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 |