The end time of the time entry, as a Unix timestamp in milliseconds.
timeinteger
Required
The duration of the time entry, in milliseconds. If `start` and `end` are both provided, this `time` field is ignored. If `time` is passed with `start` but no `end`, then `end` will be calculated. If `time` is passed with `end` but no `start`, then `start` will be calculated.
startinteger
Required
The start time of the time entry, as a Unix timestamp in milliseconds.
task_idstring
Required
The unique identifier of the task to track time for.
team_idstring
The ID of the team. Required and used only if `custom_task_ids` is set to `true` to identify the task by its custom ID. For example: `custom_task_ids=true&team_id=123`.
custom_task_idsboolean
If `true`, the `task_id` is treated as a custom task ID. Requires `team_id` to be provided.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not