manage_release_time_entry
Manage time entries on Freshservice releases. List, get, create, update, or delete time entries for a release to track work and billable hours.
Instructions
Manage time entries on a Freshservice release.
Args:
action: One of 'list', 'get', 'create', 'update', 'delete'.
release_id: Release ID (always required).
time_entry_id: Time entry ID (required for get/update/delete).
agent_id: Agent who performed the work.
note: Description of work performed.
time_spent: Time in "hh:mm" format (required for create).
executed_at: ISO datetime when work was performed.
task_id: Associated task ID.
billable: Whether the time is billable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| action | Yes | ||
| task_id | No | ||
| agent_id | No | ||
| billable | No | ||
| release_id | Yes | ||
| time_spent | No | ||
| executed_at | No | ||
| time_entry_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |