manage_change_time_entry
Create, view, list, update, or delete time entries on a change. Record time spent, notes, agent, and execution time for change management.
Instructions
Manage time entries on a change.
Args:
action: 'create', 'view', 'list', 'update', 'delete'
change_id: The change ID
time_entry_id: Required for view, update, delete
time_spent: Format "hh:mm" (create/update)
note: Work description (create/update)
te_agent_id: Agent ID who did the work (create)
executed_at: ISO datetime (create)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| action | Yes | ||
| change_id | Yes | ||
| time_spent | No | ||
| executed_at | No | ||
| te_agent_id | No | ||
| time_entry_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |