create_hr_task
Create a task within an HR case in ServiceNow. Specify the HR case, task description, assignee, and due date.
Instructions
Create a task within an HR case (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hr_case_sysid | Yes | sys_id of the parent HR case | |
| short_description | Yes | Brief description of the task | |
| assigned_to | No | User sys_id or username to assign the task to | |
| due_date | No | Due date in ISO 8601 format |